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
884afee0
Commit
884afee0
authored
4 years ago
by
BIOPZ-Katsantoni Maria
Committed by
Alex Kanitz
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix cutadapt log file names
parent
dcc7b69f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/rules/paired_end.snakefile.smk
+3
-3
3 additions, 3 deletions
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
4 additions
and
4 deletions
workflow/rules/paired_end.snakefile.smk
+
3
−
3
View file @
884afee0
...
...
@@ -24,7 +24,7 @@ rule pe_fastqc:
threads: 2
singularity:
"docker://zavolab/fastqc:0.11.9"
"docker://zavolab/fastqc:0.11.9
-slim
"
log:
stderr = os.path.join(
...
...
@@ -109,7 +109,7 @@ rule pe_remove_adapters_cutadapt:
-o {output.reads1} \
-p {output.reads2} \
{input.reads1} \
{input.reads2}
)
; \
{input.reads2};
)
\
1> {log.stdout} 2>{log.stderr}"
...
...
@@ -162,7 +162,7 @@ rule pe_remove_polya_cutadapt:
config["log_dir"],
"paired_end",
"{sample}",
"remove_
adapters
_cutadapt.stdout.log")
"remove_
polya
_cutadapt.stdout.log")
shell:
"(cutadapt \
...
...
This diff is collapsed.
Click to expand it.
workflow/rules/single_end.snakefile.smk
+
1
−
1
View file @
884afee0
...
...
@@ -136,7 +136,7 @@ rule remove_polya_cutadapt:
-m 10 \
-a {params.polya_3} \
-o {output.reads} \
{input.reads}
)
; \
{input.reads};
)
\
1> {log.stdout} 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