Skip to content

Releases: ctSkennerton/minced

Version 0.1.5

03 May 02:20
Compare
Choose a tag to compare

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

20 Nov 04:20
Compare
Choose a tag to compare

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

19 Nov 13:57
Compare
Choose a tag to compare

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

18 Nov 13:13
Compare
Choose a tag to compare

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

18 Nov 06:59
Compare
Choose a tag to compare

CRT with multi-fasta files and gff output.