elynx-seq 0.2.1 → 0.2.2
raw patch · 3 files changed
+18/−18 lines, 3 filesdep ~elynx-tools
Dependency ranges changed: elynx-tools
Files
- ChangeLog.md +1/−1
- README.md +14/−14
- elynx-seq.cabal +3/−3
ChangeLog.md view
@@ -2,7 +2,7 @@ # Changelog for ELynx -## Version 0.2.1+## Version 0.2.2 - Validation and repetition of previous analyses is finally possible with the new `elynx` binary.
README.md view
@@ -2,7 +2,7 @@ # The ELynx Suite -Version: 0.2.1.+Version: 0.2.2. Reproducible evolution made easy. A Haskell library and tool set for computational biology. The goal of ELynx is@@ -70,7 +70,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx [-v|--verbosity VALUE] [-o|--output-file-basename NAME] [-f|--force] COMMAND@@ -132,7 +132,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx concatenate (-a|--alphabet NAME) INPUT-FILE Concatenate sequences found in input files.@@ -170,7 +170,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx examine (-a|--alphabet NAME) INPUT-FILE [--per-site] Examine sequences. If data is a multi sequence alignment, additionally analyze columns.@@ -209,7 +209,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx filter-rows (-a|--alphabet NAME) INPUT-FILE [--longer-than LENGTH] [--shorter-than LENGTH] [--standard-characters]@@ -249,7 +249,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx filter-columns (-a|--alphabet NAME) INPUT-FILE [--standard-chars DOUBLE]@@ -290,7 +290,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx simulate (-t|--tree-file Name) [-s|--substitution-model MODEL] [-m|--mixture-model MODEL] [-e|--edm-file NAME] @@ -383,7 +383,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx sub-sample (-a|--alphabet NAME) INPUT-FILE (-n|--number-of-sites INT)@@ -429,7 +429,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: slynx translate (-a|--alphabet NAME) INPUT-FILE (-r|--reading-frame INT) (-u|--universal-code CODE)@@ -471,7 +471,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: tlynx [-v|--verbosity VALUE] [-o|--output-file-basename NAME] [-f|--force] COMMAND@@ -526,7 +526,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: tlynx compare [-n|--normalize] [-b|--bipartitions] [-t|--intersect] [-f|--newick-format FORMAT] NAME@@ -571,7 +571,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: tlynx examine INPUT-FILE [-f|--newick-format FORMAT] Compute summary statistics of phylogenetic trees.@@ -611,7 +611,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: tlynx simulate [-t|--nTrees INT] [-n|--nLeaves INT] [-H|--height DOUBLE] [-M|--condition-on-mrca] [-l|--lambda DOUBLE] @@ -666,7 +666,7 @@ ELynx Suite version 0.2.1. Developed by Dominik Schrempf.- Compiled on April 27, 2020, at 06:31 am, UTC.+ Compiled on April 27, 2020, at 12:08 pm, UTC. Usage: elynx COMMAND Validate and redo past ELynx analyses
elynx-seq.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: elynx-seq-version: 0.2.1+version: 0.2.2 license: GPL-3 license-file: LICENSE copyright: Dominik Schrempf (2020)@@ -51,7 +51,7 @@ base >=4.13.0.0 && <4.14, bytestring >=0.10.10.0 && <0.11, containers >=0.6.2.1 && <0.7,- elynx-tools >=0.2.1 && <0.3,+ elynx-tools >=0.2.2 && <0.3, matrices >=0.5.0 && <0.6, megaparsec >=8.0.0 && <8.1, mwc-random >=0.14.0.0 && <0.15,@@ -81,7 +81,7 @@ bytestring >=0.10.10.0 && <0.11, containers >=0.6.2.1 && <0.7, elynx-seq -any,- elynx-tools >=0.2.1 && <0.3,+ elynx-tools >=0.2.2 && <0.3, hspec >=2.7.1 && <2.8, hspec-megaparsec >=2.1.0 && <2.2, matrices >=0.5.0 && <0.6,