Reference-free assembly of viral sequences using a compression-based methods.
Clone the repository and compile the code using the following instructions:
git clone https://github.com/viromelab/Virumble
cd Virumble/
make clean
make
To see the possible reconstruction options type
./virumble -h
This will print the following options:
Usage: ./virumble -f <forward.fastq> -r <reverse.fastq> -c <context_size> [options]
Options:
-h, --help Show this help
-f, --forward FILE Forward FASTQ file (required)
-r, --reverse FILE Reverse FASTQ file (required)
-o, --output FILE Output TSV file (default: output.tsv)
-t, --threads N Number of threads (default: 1)
-c, --context N Context size (kmer length, >=2)
-s, --substitutions N Max substitutions for merging (default: 3)
-e, --overlap N Minimum overlap for merging contigs (default: 30)
-v, --verbose Verbose output
On using this software/method please cite:
- Pending
For any issue let us know at issues link.
GPL v3.
For more information:
http://www.gnu.org/licenses/gpl-3.0.html