MIRABAIT(1) | User Commands | MIRABAIT(1) |
mirabait - a 'grep' like tool to select reads with kmers up to 256 bp
mirabait [options] {-b baitfile [-b ...] | -B file | -j joblibrary} {-p file_1 file_2 | -P file3}* [file4 ...]
mirabait selects reads from a read collection which are partly similar or equal to sequences defined as target baits. Similarity is defined by finding a user-adjustable number of common k-mers (sequences of k consecutive bases) which are the same in the bait sequences and the screened sequences to be selected, either in forward or forward/reverse complement direction. Adding a DUST-like repeat filter for repeats up 4 bases is optional.
When used on paired files, selects sequences where at least one mate matches.
Normally mirabait writes separate result files (named 'bait_match_*' and 'bait_miss_*') for each input to the current directory. For changing this behaviour and other relating to output, use these options:
Normally mirabait recognises the file types according to the file extension (even when packed). In cases you need to force a certain file type because the file extension is non-standard, use the EMBOSS notation to force a type: <filetype>::<name_of_file>. E.g., to tell that "somefile.dat" is FASTQ, use: fastq::somefile.dat Recognised types are: caf, fasta, fastq, gbf, gbk, gbff, maf and phd.
MIRABAIT will write files in the same file type as the corresponding input files. Examples:
A more extensive documentation is provided in the MIRA manual available online at
On Debian, this can be installed with the mira-doc package and can then be found at /usr/share/doc/mira-assembler/DefinitiveGuideToMIRA.html. On other systems, you may want to check in /usr/local/share/mira/doc or run "locate DefinitiveGuideToMIRA" to find it locally.
You can also subscribe one of the MIRA mailing lists at
After subscribing, mail general questions to the MIRA talk mailing list:
To report bugs or ask for features, please use the ticketing system at:
Bastien Chevreux <bach@chevreux.org>
This manual page was written by Bastien Chevreux <bach@chevreux.org> but can be freely used for any documentation purpose.
May 2016 | mirabait 5.0.x |