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
11965ca0
Commit
11965ca0
authored
5 years ago
by
BIOPZ-Katsantoni Maria
Browse files
Options
Downloads
Plain Diff
Fix: dev merge conflict with inactivation of labkey test
parents
cdfc7c27
7c74291b
No related branches found
No related tags found
1 merge request
!67
Salmon argument fix
Pipeline
#10994
passed
5 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Snakefile
+9
-5
9 additions, 5 deletions
Snakefile
workflow/rules/paired_end.snakefile.smk
+1
-1
1 addition, 1 deletion
workflow/rules/paired_end.snakefile.smk
workflow/rules/single_end.snakefile.smk
+1
-1
1 addition, 1 deletion
workflow/rules/single_end.snakefile.smk
with
11 additions
and
7 deletions
Snakefile
+
9
−
5
View file @
11965ca0
...
@@ -394,20 +394,24 @@ rule extract_transcripts_as_bed12:
...
@@ -394,20 +394,24 @@ rule extract_transcripts_as_bed12:
"full_transcripts_protein_coding.bed")
"full_transcripts_protein_coding.bed")
singularity:
singularity:
"docker://zavolab/gtf
_transcript_type_to_bed12:0.1.0-slim
"
"docker://zavolab/
z
gtf
:0.1
"
threads: 1
threads: 1
log:
log:
stdout = os.path.join(
config['log_dir'],
"extract_transcripts_as_bed12.stdout.log"),
stderr = os.path.join(
stderr = os.path.join(
config['log_dir'],
config['log_dir'],
"extract_transcripts_as_bed12.stderr.log")
"extract_transcripts_as_bed12.stderr.log")
shell:
shell:
"(gtf_transcript_type_to_bed12.pl \
"(gtf2bed12 \
--anno={input.gtf} \
--gtf {input.gtf} \
--type=protein_coding > {output.bed12}); \
--transcript_type protein_coding \
2> {log.stderr}"
--bed12 {output.bed12}); \
1> {log.stdout} 2> {log.stderr}"
rule index_genomic_alignment_samtools:
rule index_genomic_alignment_samtools:
...
...
This diff is collapsed.
Click to expand it.
workflow/rules/paired_end.snakefile.smk
+
1
−
1
View file @
11965ca0
...
@@ -228,7 +228,7 @@ rule pe_map_genome_star:
...
@@ -228,7 +228,7 @@ rule pe_map_genome_star:
--readFilesCommand zcat \
--readFilesCommand zcat \
--outSAMunmapped None \
--outSAMunmapped None \
--outFilterMultimapNmax {params.multimappers} \
--outFilterMultimapNmax {params.multimappers} \
--outFilterMultimapScoreRange
1
\
--outFilterMultimapScoreRange
0
\
--outFileNamePrefix {params.outFileNamePrefix} \
--outFileNamePrefix {params.outFileNamePrefix} \
--outSAMattributes All \
--outSAMattributes All \
--outStd BAM_SortedByCoordinate \
--outStd BAM_SortedByCoordinate \
...
...
This diff is collapsed.
Click to expand it.
workflow/rules/single_end.snakefile.smk
+
1
−
1
View file @
11965ca0
...
@@ -182,7 +182,7 @@ rule map_genome_star:
...
@@ -182,7 +182,7 @@ rule map_genome_star:
--readFilesCommand zcat \
--readFilesCommand zcat \
--outSAMunmapped None \
--outSAMunmapped None \
--outFilterMultimapNmax {params.multimappers} \
--outFilterMultimapNmax {params.multimappers} \
--outFilterMultimapScoreRange
1
\
--outFilterMultimapScoreRange
0
\
--outFileNamePrefix {params.outFileNamePrefix} \
--outFileNamePrefix {params.outFileNamePrefix} \
--outSAMattributes All \
--outSAMattributes All \
--outStd BAM_SortedByCoordinate \
--outStd BAM_SortedByCoordinate \
...
...
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