Skip to content

Commit

Permalink
fix jenkins test
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jun 29, 2019
1 parent afcc1b6 commit 8f3f291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ ${ADAM} transformAlignments ${BAM} ${READS}
# then, sort the BAM
echo "Converting BAM to ADAM read format with sorting"
rm -rf ${SORTED_READS}
${ADAM} transformAlignments -sort_reads ${READS} ${SORTED_READS}
${ADAM} transformAlignments -sort_by_reference_position ${READS} ${SORTED_READS}

# convert the reads to fragments to re-pair the reads
echo "Converting read file to fragments"
rm -rf ${FRAGMENTS}
${ADAM} transformFragments -load_as_reads ${READS} ${FRAGMENTS}
${ADAM} transformFragments -load_as_alignments ${READS} ${FRAGMENTS}

# test that printing works
echo "Printing reads and fragments"
Expand Down

0 comments on commit 8f3f291

Please sign in to comment.