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

Move test inputBag export config to test-data

parent 551f4c20
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8869 failed with stages
in 2 minutes and 1 second
...@@ -281,6 +281,7 @@ $RECYCLE.BIN/ ...@@ -281,6 +281,7 @@ $RECYCLE.BIN/
# nextflow analysis folders/files # nextflow analysis folders/files
/test_data/* /test_data/*
!/test_data/createTestData.sh !/test_data/createTestData.sh
!/test_data/Replicate_For_Input_Bag(test).json
/workflow/.nextflow/* /workflow/.nextflow/*
/workflow/work/* /workflow/work/*
/workflow/output/* /workflow/output/*
...@@ -301,4 +302,4 @@ timeline*.html* ...@@ -301,4 +302,4 @@ timeline*.html*
*_studyRID.csv *_studyRID.csv
run*.sh run*.sh
!.gitkeep !.gitkeep
\ No newline at end of file
...@@ -12,7 +12,7 @@ mkdir -p NEW_test_data ...@@ -12,7 +12,7 @@ mkdir -p NEW_test_data
ln -sfn ./test_data/auth/credential.json ~/.deriva/credential.json ln -sfn ./test_data/auth/credential.json ~/.deriva/credential.json
mkdir -p ./NEW_test_data/bag mkdir -p ./NEW_test_data/bag
singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-download-cli staging.gudmap.org --catalog 2 '../workflow/conf/Replicate_For_Input_Bag(test).json' . rid=Q-Y5F6 singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-download-cli staging.gudmap.org --catalog 2 './Replicate_For_Input_Bag(test).json' . rid=Q-Y5F6
cp Q-Y5F6_inputBag.zip ./NEW_test_data/bag/Q-Y5F6_inputBag_xxxxxxxx.zip cp Q-Y5F6_inputBag.zip ./NEW_test_data/bag/Q-Y5F6_inputBag_xxxxxxxx.zip
singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-download-cli staging.gudmap.org --catalog 2 ../workflow/conf/Replicate_For_Input_Bag.json . rid=Q-Y5F6 singularity run 'docker://gudmaprbk/deriva1.3:1.0.0' deriva-download-cli staging.gudmap.org --catalog 2 ../workflow/conf/Replicate_For_Input_Bag.json . rid=Q-Y5F6
......
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