rnajena / viralclust

Small pipeline to cluster viral genomes based on their k-mer content. WiP
GNU General Public License v3.0
15 stars 4 forks source link

grep command in sumaclust.nf to filter singleton cluster #14

Closed klamkiew closed 2 years ago

klamkiew commented 3 years ago

grep -v 'cluster_weight=1 in sumaclust.nf reicht nicht aus --> grep -v 'cluster_weight=1;'

otherwise cluster with size 10, 11, 12, .... 105.... or in general 1\d+ are filtered as well.