Releases: ctSkennerton/minced
Version 0.1.5
Without any output file given the behavior is the same as before,
creating a file with the input name spacers prefix and adding
_spacers.fa
to the end. Now when an output file is given the
_spacers.fa
will be appended to that name, not the input file's
name.
Download both minced
and minced.jar
and make sure to keep them in the same directory.
Basic Usage:
cd <download_folder>
chmod +x minced
./minced -h
./minced -gff <file.fasta>
version 0.1.4
Fixes bugs in the gff formatting found by Torsten Seemann.
Download both minced
and minced.jar
and make sure to keep them in the same directory.
Basic Usage:
cd <download_folder>
chmod +x minced
./minced -h
./minced -gff <file.fasta>
version 0.1.3
bug fix release fixing some formatting errors for the gff output.
download both minced
and minced.jar
and make sure to keep
them in the same directory.
Basic usage:
cd <download_folder>
chmod +x minced
./minced -h
./minced -gff <file.fasta>
See the README file in the source distribution for more information.
Version 0.1.2
better gff output formatting
download both minced
and minced.jar
and make sure to keep them in the same directory after download.
from the command-line run:
cd <download_folder>
chmod +x minced
./minced -h
./minced -gff <file.fa>
Download the source code for more documentation.
version 0.1.1
CRT with multi-fasta files and gff output.