Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
GUDMAP_RBK
RNA-seq
Commits
63509f78
Commit
63509f78
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Try removing stage-as from getData
parent
36fc4229
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!76
Develop
,
!70
Dnanexus
Pipeline
#9238
failed with stages
in 2 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rna-seq.nf
+2
-2
2 additions, 2 deletions
rna-seq.nf
with
2 additions
and
2 deletions
rna-seq.nf
+
2
−
2
View file @
63509f78
...
...
@@ -240,7 +240,7 @@ process getData {
input:
path script_bdbagFetch
path cookies
, stageAs: "deriva-cookies.txt"
from bdbag
path cookies from bdbag
path inputBag from inputBag_getData
output:
...
...
@@ -258,7 +258,7 @@ process getData {
# link deriva cookie for authentication
echo -e "LOG: linking deriva cookie" >> ${repRID}.getData.log
mkdir -p ~/.bdbag
ln -sf `readlink -e
deriva-
cookies.txt` ~/.bdbag/deriva-cookies.txt
ln -sf `readlink -e cookies.txt` ~/.bdbag/deriva-cookies.txt
echo -e "LOG: linked" >> ${repRID}.getData.log
# get bag basename
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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