Skip to content

Commit

Permalink
added printing rejected samples to file
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanKanninga committed Feb 13, 2018
1 parent b410689 commit 1d62328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions countCoverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ fi
for i in "${REJECTEDSAMPLES[@]}"
do
echo "removed ${WORKDIR}/coverage/${i}.coverage"
echo "removed ${WORKDIR}/coverage/${i}.coverage" > ${WORKDIR}/rejectedSamples.txt
rm ${WORKDIR}/coverage/${i}.coverage
done

Expand Down

0 comments on commit 1d62328

Please sign in to comment.