Skip to content

Commit

Permalink
deprecate option -R, use bed file and harvesttools for repeat filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen committed Mar 20, 2015
1 parent f12fd79 commit 24e5e89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Parsnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,9 @@ def usage():
print " -n = <string>: alignment program (default: libMUSCLE)"
print " -u = <flag>: output unaligned regions? .unaligned (default: NO)"
print ""
print "<<SNP filtration>>"
print "<<Recombination filtration>>"
#new, default is OFF
print " -R = <flag>: enable (R)epeat filtering?"
print " -x = <flag>: enable recombination filtering? (default: NO)"
print " -x = <flag>: enable filtering of SNPs located in PhiPack identified regions of recombination? (default: NO)"
print ""
print "<<Misc>>"
print " -h = <flag>: (h)elp: print this message and exit"
Expand Down

0 comments on commit 24e5e89

Please sign in to comment.