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
e1a70e6e
Commit
e1a70e6e
authored
6 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
rename gff to gtf
parent
fec7883a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!8
Run time settings and additional adjustments
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htseq.wdl
+2
-2
2 additions, 2 deletions
htseq.wdl
stringtie.wdl
+2
-2
2 additions, 2 deletions
stringtie.wdl
with
4 additions
and
4 deletions
htseq.wdl
+
2
−
2
View file @
e1a70e6e
task HTSeqCount {
String? preCommand
Array[File] alignmentFiles
File g
f
fFile
File g
t
fFile
String outputTable
String? format
String? order
...
...
@@ -17,7 +17,7 @@ task HTSeqCount {
-r ${default="pos" order} \
-s ${default="no" stranded} \
${sep=" " alignmentFiles} \
${g
f
fFile} \
${g
t
fFile} \
> ${outputTable}
}
...
...
This diff is collapsed.
Click to expand it.
stringtie.wdl
+
2
−
2
View file @
e1a70e6e
task Stringtie {
String? preCommand
File alignedReads
File? referenceG
FF
File? referenceG
tf
Int? threads
String assembledTranscriptsFile
Boolean? firstStranded
...
...
@@ -13,7 +13,7 @@ task Stringtie {
${preCommand}
stringtie \
${"-p " + threads} \
${"-G " + referenceG
FF
} \
${"-G " + referenceG
tf
} \
${true="--rf" false="" firstStranded} \
${true="fr" false="" secondStranded} \
-o ${assembledTranscriptsFile} \
...
...
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