Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frangiPANe_snake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DIADE
frangiPANe_snake
Commits
9c32d143
Commit
9c32d143
authored
1 year ago
by
christine.tranchant_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
integrating group stats
parent
3f099665
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frangiPANe/snakefiles/generate_jupyter_book.smk
+2
-0
2 additions, 0 deletions
frangiPANe/snakefiles/generate_jupyter_book.smk
frangiPANe/snakemake_scripts/generate_jb_frangiPANe.py
+1
-1
1 addition, 1 deletion
frangiPANe/snakemake_scripts/generate_jb_frangiPANe.py
with
3 additions
and
1 deletion
frangiPANe/snakefiles/generate_jupyter_book.smk
+
2
−
0
View file @
9c32d143
...
...
@@ -5,6 +5,8 @@ rule generate_jupyter_book:
ref_csv = f"{frangipane_obj.path_stat_sum}/00_ref.txt"
output:
jb_file=f"{ frangipane_obj.path_output }/report/frangiPANe_stats.ipynb"
params:
group_file = f"{frangipane_obj.path_group}"
log:
output = f"{frangipane_obj.path_logs}/report/jupyterBook.o",
error = f"{frangipane_obj.path_logs}/report/jupyterBook.e"
...
...
This diff is collapsed.
Click to expand it.
frangiPANe/snakemake_scripts/generate_jb_frangiPANe.py
+
1
−
1
View file @
9c32d143
...
...
@@ -12,7 +12,7 @@ jb_output = snakemake.output.jb_file
# TODO26/11 : use class snakecdysis
dico
=
{
"
group_file
"
:
frangipane_obj
.
path_group
,
"
group_file
"
:
snakemake
.
params
.
group_file
,
"
ref_file
"
:
frangipane_obj
.
path_reference_dir
,
"
out_dir
"
:
frangipane_obj
.
path_output
,
"
ref_png
"
:
snakemake
.
input
.
ref_png
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment