Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
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
Container Registry
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
biowdl
tasks
Commits
f2f7411a
Commit
f2f7411a
authored
3 years ago
by
JasperBoom
Browse files
Options
Downloads
Patches
Plain Diff
Add directory creation to samtools fastq.
parent
235fb43f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-2
1 addition, 2 deletions
CHANGELOG.md
samtools.wdl
+2
-0
2 additions, 0 deletions
samtools.wdl
with
3 additions
and
2 deletions
CHANGELOG.md
+
1
−
2
View file @
f2f7411a
...
...
@@ -10,8 +10,7 @@ that users understand how the changes affect the new version.
version 5.0.0-dev
---------------------------
+
Change the way localization of the input bam files and index are handled
in the bam2fastx tasks.
+
Samtools: Add mkdir line to
`Fastq`
task.
+
Add new parameters from CCS version 6.0.0 and add two new outputs:
`ccs_report.txt`
&
`zmw_metrics.json.gz`
.
+
Change CutAdapt memory to
`5G`
.
...
...
This diff is collapsed.
Click to expand it.
samtools.wdl
+
2
−
0
View file @
f2f7411a
...
...
@@ -122,6 +122,8 @@ task Fastq {
}
command {
set -e
mkdir -p "$(dirname ~{outputRead1})"
samtools fastq \
~{true="-1" false="-s" defined(outputRead2)} ~{outputRead1} \
~{"-2 " + outputRead2} \
...
...
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