Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Aurélien Ginolhac
snakemake-chip-seq
Commits
90b21c30
Commit
90b21c30
authored
Jun 24, 2021
by
AntonieV
Browse files
changes on zip env
parent
6cf223cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
workflow/envs/
g
zip.yaml
→
workflow/envs/zip.yaml
View file @
90b21c30
...
...
@@ -2,4 +2,4 @@ channels:
-
conda-forge
-
defaults
dependencies
:
-
g
zip ==
1.1
0
-
zip ==
3.
0
workflow/rules/igv_session.smk
View file @
90b21c30
...
...
@@ -71,6 +71,6 @@ rule zip_igv_report_session:
log:
"logs/igv/collect_igv_report_session_files.log"
conda:
"../envs/
g
zip.yaml"
"../envs/zip.yaml"
shell:
"cd $(dirname {input}); zip $(basename {output}) $(basename {input})/*"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment