Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_rapidrun_obitools
Commits
34ba2e2a
Commit
34ba2e2a
authored
Jun 22, 2020
by
peguerin
Browse files
relative path conda
parent
d318747e
Changes
2
Hide whitespace changes
Inline
Side-by-side
02_assembly/rules/illuminapairedend.smk
View file @
34ba2e2a
...
...
@@ -10,7 +10,7 @@ rule illuminapairedend:
output:
fq='../results/02_assembly/01_illuminapairedend/{run}.fastq'
conda:
'envs/obitools_envs.yaml'
'
../
envs/obitools_envs.yaml'
singularity:
config["singularity"]["obitools"]
log:
...
...
02_assembly/rules/remove_unaligned.smk
View file @
34ba2e2a
...
...
@@ -8,7 +8,7 @@ rule remove_unaligned:
output:
ali='../results/02_assembly/02_remove_unaligned/{run}.ali.fastq'
conda:
'envs/obitools_envs.yaml'
'
../
envs/obitools_envs.yaml'
singularity:
config["singularity"]["obitools"]
log:
...
...
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