jpuritz / dDocent

a bash pipeline for RAD sequencing
ddocent.com
MIT License
52 stars 41 forks source link

Fixed error when providing custom NEWCUTOFF #31

Closed TomaszSuchan closed 7 years ago

TomaszSuchan commented 7 years ago

Correcting an error with vcftools 0.1.15 which doesn't allow two outputs at once. That was an issue when running the script with $NEWCUTOFF==yes (sorry, previously I tested it only with $NEWCUTOFF==no).

Also, the new vcftools print run information to stderr (changed > /dev/null to 2> /dev/null).