wtsi-npg / p4

Process and Pipe Pipeline Panacea
3 stars 15 forks source link

bam and cram index creation changes #332

Closed dozy closed 9 months ago

dozy commented 11 months ago

use "samtools index" instead of "cram_index" to create cram indexes for bam and cram index creation, use "samtools index -o " to explicitly indicate the index file

dkj commented 11 months ago

Should help with job retries where initial attempt left (index) files behind.