Skip to content
Snippets Groups Projects
Commit bdb02167 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Use updated input bag name

parent 91d52f90
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8645 failed with stages
in 11 minutes and 12 seconds
......@@ -50,7 +50,7 @@ getData:
- singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' bdbag --version > version_bdbag.txt
- ln -sfn `readlink -e ./test_data/auth/cookies.txt` ~/.bdbag/deriva-cookies.txt
- unzip ./test_data/bag/staging/Q-Y5F6_inputBag_20201228.zip
- singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' bash ./workflow/scripts/bdbagFetch.sh Q-Y5F6_inputBag_20201228 Q-Y5F6 TEST
- singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' bash ./workflow/scripts/bdbagFetch.sh Q-Y5F6_inputBag Q-Y5F6 TEST
- pytest -m getData
artifacts:
name: "$CI_JOB_NAME"
......
......@@ -241,7 +241,7 @@ process getData {
# bag fetch fastq's only and rename by repRID
echo -e "LOG: fetching replicate bdbag" >> ${repRID}.getData.log
sh ${script_bdbagFetch} \${replicate} ${repRID}
sh ${script_bdbagFetch} \${replicate::-9} ${repRID}
echo -e "LOG: fetched" >> ${repRID}.getData.log
"""
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment