modify-fasta 0.8.0.0 → 0.8.0.1
raw patch · 2 files changed
+6/−4 lines, 2 files
Files
- modify-fasta.cabal +1/−1
- src/Main.hs +5/−3
modify-fasta.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: modify-fasta-version: 0.8.0.0+version: 0.8.0.1 synopsis: Modify fasta (and CLIP) files in several optional ways -- description: homepage: https://github.com/GregorySchwartz/modify-fasta
src/Main.hs view
@@ -228,14 +228,16 @@ <> value "=" <> help "Only include codons with this many mutations (=)\ \ (or lesser (<) or greater (>), depending on\- \ input-codon-mut). Converts the unincluded codon to gaps." )+ \ input-codon-mut). Converts the unincluded codon to gaps.\+ \ For use with input-codon-mut." ) <*> strOption ( long "input-mut-type" <> short 'M' <> metavar "[All]|Silent|Replacement" <> value "All"- <> help "Only include codons with this all mutations (All),\- \ (or silent (Silent) or replacement (Replacement))." )+ <> help "Only include codons with all mutations (All),\+ \ (or silent (Silent) or replacement (Replacement)).\+ \ For use with input-codon-mut." ) <*> strOption ( long "input-change-field" <> short 'e'