OverviewAMOScmp-shortReads is a modified version of AMOScmp designed for assembling short reads. Differences compared to AMOScmp:
Defaults: MINCLUSTER = 20 MINMATCH = 20 MINOVL = 5 MAXTRIM = 10 MAJORITY = 50 CONSERR = 0.06 ALIGNWIGGLE = 2Input files: Assuming that prefix is the name of the organism to assemble, two files are required:
Example: $ toAmos -s prefix.seq -o prefix.afg # create an AMOS message file from short read FASTA sequences $ AMOScmp-shortReads-alignmentTrimmed prefix # assemble reads (alignment based trimming, default parameters)Note: This pipeline has been introduced to the AMOS package starting with the release 2.0.8. If you have an older version of the AMOS package installed, it is highly recommended to upgrade it to the latest version. Alternatively, the new file could be manually downloaded and installed from the following location: AMOScmp-shortReads |