BinPro / CONCOCT

Clustering cONtigs with COverage and ComposiTion
Other
120 stars 48 forks source link

Scripts to avoid mapping against cut-up contigs #222

Closed alneberg closed 5 years ago

alneberg commented 5 years ago

The script concoct_coverage_table.py will use samtools bedcov and a bedfile to get coverage for regions specified in the bedfile. This makes it possible to use subcontigs specified in the bedfile instead of redoing the mapping onto subcontigs. Instructions are given in the README.

The cut_up_fasta.py script is modified to be able to construct this bedfile.