Releases: TravisWheelerLab/nail
Releases · TravisWheelerLab/nail
nail 0.4.0
Release Assets
| OS | Architecture | Link |
|---|---|---|
| MacOS | Universal | Download |
| MacOS | Intel 64 bit | Download |
| MacOS | ARM 64 bit (Apple Silicon) | Download |
| Linux | Intel/AMD 64 bit | Download |
| Linux | ARM 64 bit | Download |
| Windows | Intel/AMD 64 bit | Download |
On MacOS, you'll see the following message when you try to run nail:
"nail" cannot be opened because the developer cannot be verified.
To fix this, you can run the following command:
sudo xattr -dr com.apple.quarantine <path to binary>
0.3.0
BREAKING
- the
seedsubcommand has been removed from the CLI (usenail search --only-seedinstead) - many CLI flag names have been changed
Features
- the CLI has been refactored, with several new options:
-sprints out pipeline summary statistics-xprints alignments to stdout, doesn't write tabular output (useful for small scale experimentation)--double-seedseeds alignments at two MRE targets (this was done by default in the last release) (note: this is not yet implemented for sequence to sequence search)--only-seeddoes whatnail seedused to do--seeds-out <PATH>saves seeds produced during a normal run ofnail searchto <PATH>--no-null2turns off the null two (composition bias) score adjustment
- FASTA input files are now streamed from disk, enabling search of much larger target databases
Bug fixes
- fixed some subtle bugs relating to score calculations
- fixed some bugs relating to determining alignment boundaries
- fixed some bugs in the target/query positions shown in alignment output
- fixed some issues causing overallocation of memory
0.2.0
BREAKING
- the
prepandalignsubcommands have been removed from the CLI - no longer support MSA (.sto) query files
Features
- no longer depends on
hmmbuild - added support for sequence to sequence search
- gained a bit of sensitivity by running
mmseqs searchat two profile relative entropy targets - the null two (composition bias) score correction has been improved for sparse alignment
- tabular results formatting improved