logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fml-asm - assemble Illumina short reads in small regions

Name

       fml-asm - assemble Illumina short reads in small regions

Options

-e INT k-mer length for error correction (0 for auto; -1 to disable) [0]

       -c INT1[,INT2]
              range of k-mer & read count thresholds for ec and graph cleaning [4,8]

       -l INT min overlap length during initial assembly [33]

       -r FLOAT
              drop an overlap if its length is below maxOvlpLen*FLOAT [0.7]

       -t INT number of threads (don't use multi-threading for small data sets) [1]

       -d INT retain a bubble if one side is longer than the other side by >INT-bp [50]

       -A     discard heterozygotes (apply this to assemble bacterial genomes; override -O)

       -O     don't apply aggressive tip trimming

       -g     output the assembly graph in the GFA format

fml-asm 0.1                                       December 2024                                       FML-ASM(1)

Synopsis

fml-asm [options] <in.fq>

See Also