Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
snakemake_rapidrun_obitools
Commits
d42bc550
Commit
d42bc550
authored
Jul 20, 2020
by
peguerin
Browse files
try checkpoint
parent
26e9e8cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
02_assembly/rules/chunk_illuminapairedend.smk
View file @
d42bc550
...
...
@@ -5,10 +5,10 @@ __license__ = "MIT"
## On scattered fastq chunk Paired end alignment then keep reads with quality > 40
rule illuminapairedend:
input:
R1='../results/02_assembly/scaterred/{run}_R1_{chunk}.fastq',
R2='../results/02_assembly/scaterred/{run}_R2_{chunk}.fastq'
R1='../results/02_assembly/scaterred/{run}_R1_
c
{chunk}.fastq',
R2='../results/02_assembly/scaterred/{run}_R2_
c
{chunk}.fastq'
output:
fq='../results/02_assembly/01_illuminapairedend/{run}_{chunk}.fastq'
fq='../results/02_assembly/01_illuminapairedend/{run}_
c
{chunk}.fastq'
conda:
'../envs/obitools_envs.yaml'
singularity:
...
...
Write
Preview
Supports
Markdown
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