Skip to content

07_BINNING

eolesin edited this page Mar 24, 2021 · 3 revisions
for SET in `cat set.txt`; 
    do anvi-cluster-contigs -p 07_MERGED_PROFILES/$SET-MERGED-PROFILE/PROFILE.db \
        -c 04_CONTIGS/$SET-CONTIGS.db -C $SET --driver concoct \
        --just-do-it --num-threads 40; 
done

Clone this wiki locally