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
93a1c53d
Commit
93a1c53d
authored
5 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
small fixes
parent
46385ddc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
collect-columns.wdl
+1
-1
1 addition, 1 deletion
collect-columns.wdl
mergecounts.wdl
+1
-0
1 addition, 0 deletions
mergecounts.wdl
star.wdl
+2
-2
2 additions, 2 deletions
star.wdl
with
4 additions
and
3 deletions
collect-columns.wdl
+
1
−
1
View file @
93a1c53d
...
...
@@ -13,7 +13,7 @@ task CollectColumns {
File? referenceGtf
String? featureAttribute
String dockerTag = "0.
1.1
--py_
0
"
String dockerTag = "0.
2.0
--py_
1
"
}
command {
...
...
This diff is collapsed.
Click to expand it.
mergecounts.wdl
+
1
−
0
View file @
93a1c53d
version 1.0
#DEPRECATED
task MergeCounts {
input {
Array[File] inputFiles
...
...
This diff is collapsed.
Click to expand it.
star.wdl
+
2
−
2
View file @
93a1c53d
...
...
@@ -9,7 +9,7 @@ task Star {
String outSAMtype = "BAM SortedByCoordinate"
String readFilesCommand = "zcat"
String? outStd
String? twopassMode
String? twopassMode
= "Basic"
Array[String]? outSAMattrRGline
String? outSAMunmapped = "Within KeepPairs"
Int? limitBAMsortRAM
...
...
@@ -19,7 +19,7 @@ task Star {
String dockerTag = "2.6.0c--0"
}
# Needs to be extended for all possible output extensions
#
TODO
Needs to be extended for all possible output extensions
Map[String, String] samOutputNames = {"BAM SortedByCoordinate": "sortedByCoord.out.bam"}
command {
...
...
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