Skip to content
Snippets Groups Projects
Commit b4cc77c9 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Add checksum assertion

parent 9cea75ce
Branches
Tags
4 merge requests!37v0.0.1,!11Develop,!6Develop,!5Resolve "Add Unit Tests for splitData and getData processes"
Pipeline #5140 failed with stage
in 9 seconds
......@@ -16,3 +16,4 @@ unit:
- singularity run 'docker://bicf/bdbag:1.0' bdbag --validate completeness ./test_data/File_Q-Y53P/
- find ./test_data/File_Q-Y53P/ -type f -print0 | xargs -0 md5sum > test.md5
- md5sum -c test.md5
- assert $(md5sum test_data/File_Q-Y53P/data/assets/Study/Q-Y4H0/Experiment/Q-Y4BY/Replicate/Q-Y5F8/hMARIS_SIX2+_RiboDep#1.gene.rpkm.txt | awk '{ print $1 }') == $(cat test_data/File_Q-Y53P/data/File.csv | cut -d ',' -f10 | tail -1)
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