Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZARP
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
Model registry
Operate
Environments
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
zavolan_group
pipelines
ZARP
Commits
4baccc98
Commit
4baccc98
authored
5 years ago
by
BIOPZ-Katsantoni Maria
Browse files
Options
Downloads
Patches
Plain Diff
fixed snakemake subworkflow typos/bugs
parent
1e146344
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!45
fixed snakemake subworkflow typos/bugs
Pipeline
#10466
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/rules/paired_end.snakefile.smk
+0
-1
0 additions, 1 deletion
workflow/rules/paired_end.snakefile.smk
workflow/rules/single_end.snakefile.smk
+1
-5
1 addition, 5 deletions
workflow/rules/single_end.snakefile.smk
with
1 addition
and
6 deletions
workflow/rules/paired_end.snakefile.smk
+
0
−
1
View file @
4baccc98
...
...
@@ -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} \
...
...
This diff is collapsed.
Click to expand it.
workflow/rules/single_end.snakefile.smk
+
1
−
5
View file @
4baccc98
...
...
@@ -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:r
crunch
SM:{params.sample_id} \
--outSAMattrRGline ID:r
naseq_pipeline
SM:{params.sample_id} \
--alignEndsType {params.soft_clip} > {output.bam};) \
2> {log.stderr}"
...
...
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