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

Edit dataQC pytest: should fail #48

parent 979e6af4
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7734 failed with stages
in 1 minute and 51 seconds
......@@ -121,8 +121,7 @@ dataQC:
stage: unit
script:
- echo -e "geneID\tchrom\ttx_start\ttx_end\tTIN" > Q-Y5F6_1M.se.sorted.deduped.tin.xls
- for i in {"chr8","chr4","chrY"}; do
echo "tin.py -i ./test_data/bam/small/Q-Y5F6_1M.se.sorted.deduped.${i}.bam -r /project/BICF/BICF_Core/shared/gudmap/references/GRCh38.p12.v31/bed/genome.bed; cat Q-Y5F6_1M.se.sorted.deduped.${i}.tin.xls | tr -s \"\\w\" \"\\t\" | grep -P \"\\t${i}\\t\";"; done | singularity run 'docker://bicf/rseqc3.0:2.0.1_indev' parallel -j 20 -k >> Q-Y5F6_1M.se.sorted.deduped.tin.xls
- pytest -m dataQC
......
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