-
Notifications
You must be signed in to change notification settings - Fork 11
Output File Descriptions
By default, MetaCompass produces an output folder containing an assembly file called metacompass.final.ctg.fa, the subfolder metacompass_output containing the contig file and references selected in fasta, the metacompass_sumary.tsv and metacompass_assembly_stats.tsv and the subfolder metacompass_logs with a set of output files. The --outdir
MetaCompass, developed at University of Maryland, represents the first effective approach for reference-guided metagenomic assembly of low-abundance bacterial genomes that can complement and improve upon de novo metagenomic assembly methods. Given a set of reference genomes, a set of shotgun reads, and the alignment between each read and reference genome, MetaCompass applies ideas from AMOScmp building contigs from metagenomic samples. Briefly, MetaCompass selects reference genomes based on taxonomic profiles and then metagenomic reads are quickly mapped to the reference genomes. When building contigs, MetaCompass employ a greedy solution of the minimum set-covering problem to produce longer contigs.