modify-fasta 0.8.2.1 → 0.8.2.2
raw patch · 2 files changed
+4/−3 lines, 2 files
Files
- app/Main.hs +3/−2
- modify-fasta.cabal +1/−1
app/Main.hs view
@@ -21,6 +21,7 @@ import qualified Pipes.Text as PT import qualified Pipes.Text.IO as PT import qualified Data.List.Split as Split+import Data.Semigroup ((<>)) -- Local import Types@@ -275,7 +276,7 @@ <*> strOption ( long "input-change-field" <> short 'e'- <> metavar "((FIELD (Int), VALUE (String))"+ <> metavar "(FIELD (Int), VALUE (String))" <> value "" <> help "Change a field to a match, so a regex \"ch.*_\" to field 2\ \ of \">abc|brie_cheese_dude\" would result in\@@ -288,7 +289,7 @@ <*> strOption ( long "input-custom-filter" <> short 'f'- <> metavar "((FIELD (Int), VALUE (String))"+ <> metavar "(FIELD (Int), VALUE (String))" <> value "" <> help "A custom filter. Can take a list of format\ \ \"(Int, String)&&(Int, String)&& ...\" and so on. The String\
modify-fasta.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: modify-fasta-version: 0.8.2.1+version: 0.8.2.2 synopsis: Modify fasta (and CLIP) files in several optional ways -- description: homepage: https://github.com/GregorySchwartz/modify-fasta