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
89801929
Unverified
Commit
89801929
authored
7 years ago
by
Peter van 't Hof
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into quantification
parents
1c1a9554
8155c98c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Add quantification tools
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
star.wdl
+4
-4
4 additions, 4 deletions
star.wdl
with
4 additions
and
4 deletions
star.wdl
+
4
−
4
View file @
89801929
...
...
@@ -6,8 +6,8 @@ task Star {
String genomeDir
String outFileNamePrefix
String? outSAMtype
= "BAM SortedByCoordinate"
String? readFilesCommand
= "zcat"
String? outSAMtype
String? readFilesCommand
Int? runThreadN
String? outStd
String? twopassMode
...
...
@@ -24,8 +24,8 @@ task Star {
--readFilesIn ${sep=',' inputR1} ${sep="," inputR2} \
--outFileNamePrefix ${outFileNamePrefix} \
--genomeDir ${genomeDir} \
${"--readFilesCommand " + readFilesCommand
} \
${"--outSAMtype " + outSAMtype
} \
--outSAMtype ${default="BAM SortedByCoordinate" outSAMtype
} \
--readFilesCommand ${default="zcat" readFilesCommand
} \
${"--runThreadN " + runThreadN} \
${"--outStd " + outStd} \
${"--twopassMode " + twopassMode} \
...
...
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