Skip to content
Snippets Groups Projects
Commit 19158512 authored by BIOPZ-Gypas Foivos's avatar BIOPZ-Gypas Foivos
Browse files

Merge branch 'bug_fixes_typos' into 'master'

fixed snakemake subworkflow typos/bugs

Closes #84

See merge request zavolan_group/pipelines/rnaseqpipeline!45
parents 1e146344 4baccc98
No related branches found
No related tags found
1 merge request!45fixed snakemake subworkflow typos/bugs
Pipeline #10467 passed
......@@ -173,7 +173,6 @@ rule pe_remove_polya_cutadapt:
-n 2 \
-e 0.1 \
-q 6 \
-m 10 \
-a {params.polya_3_mate1} \
-A {params.polya_3_mate2} \
-o {output.reads1} \
......
......@@ -15,10 +15,6 @@ rule fastqc:
"{sample}",
"mate1_fastqc"))
params:
seqmode = lambda wildcards:
samples_table.loc[wildcards.sample, "seqmode"]
singularity:
"docker://zavolab/fastqc:0.11.9-slim"
......@@ -232,7 +228,7 @@ rule map_genome_star:
--outFilterMatchNminOverLread 0.3 \
--outFilterType BySJout \
--outReadsUnmapped None \
--outSAMattrRGline ID:rcrunch SM:{params.sample_id} \
--outSAMattrRGline ID:rnaseq_pipeline SM:{params.sample_id} \
--alignEndsType {params.soft_clip} > {output.bam};) \
2> {log.stderr}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment