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
7f4e4747
Commit
7f4e4747
authored
5 years ago
by
JasperBoom
Browse files
Options
Downloads
Patches
Plain Diff
Replace mv command with cp.
parent
6a93ad83
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
lima.wdl
+5
-5
5 additions, 5 deletions
lima.wdl
scripts
+1
-1
1 addition, 1 deletion
scripts
with
6 additions
and
6 deletions
lima.wdl
+
5
−
5
View file @
7f4e4747
...
...
@@ -87,13 +87,13 @@ task Lima {
~{barcodeFile} \
~{basename(outputPrefix) + ".fl.bam"}
#
Move
commands below are needed because glob command does not find
#
copy
commands below are needed because glob command does not find
# multiple bam/bam.pbi/subreadset.xml files when not located in working
# directory.
mv
"~{basename(outputPrefix)}.fl.json" "~{outputPrefix}.fl.json"
mv
"~{basename(outputPrefix)}.fl.lima.counts" "~{outputPrefix}.fl.lima.counts"
mv
"~{basename(outputPrefix)}.fl.lima.report" "~{outputPrefix}.fl.lima.report"
mv
"~{basename(outputPrefix)}.fl.lima.summary" "~{outputPrefix}.fl.lima.summary"
cp
"~{basename(outputPrefix)}.fl.json" "~{outputPrefix}.fl.json"
cp
"~{basename(outputPrefix)}.fl.lima.counts" "~{outputPrefix}.fl.lima.counts"
cp
"~{basename(outputPrefix)}.fl.lima.report" "~{outputPrefix}.fl.lima.report"
cp
"~{basename(outputPrefix)}.fl.lima.summary" "~{outputPrefix}.fl.lima.summary"
}
output {
...
...
This diff is collapsed.
Click to expand it.
scripts
@
b83da72b
Compare
dfef7cb2
...
b83da72b
Subproject commit
dfef7cb2555667126dc1751add414527240d71bc
Subproject commit
b83da72b9b43b956a3062b78fb08044eb9fae464
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