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

Fix inferMetadata unit

parent 4aa0f8d6
Branches
Tags
2 merge requests!37v0.0.1,!28Resolve "Move inference to start of pipeline"
Pipeline #6637 failed with stages
in 4 minutes and 57 seconds
......@@ -46,7 +46,7 @@ inferMetadata:
fi
- >
singularity run 'docker://bicf/rseqc3.0:2.0.0' infer_experiment.py -r "/project/BICF/BICF_Core/shared/gudmap/references/GRCh38.p12.v31/bed/genome.bed" -i "./test_data/bam/small/Q-Y5JA_1M.se.sorted.deduped.bam" 1>> Q-Y5JA_1M.se.inferMetadata.log
ended=`bash inferMeta.sh endness Q-Y5JA_1M.se.inferMetadata.log
ended=`singularity run 'docker://bicf/python3:1.3' python3 ./workflow/scripts/inferMeta.sh endness Q-Y5JA_1M.se.inferMetadata.log`
if [[ ${ended} == "" ]]
then
exit 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