Open dkoslicki opened 4 years ago
Alternatively, auto-convert with something like:
awk '/^>/ {printf("\n%s\n",$0);next; } { printf("%s",$0);} END {printf("\n");}' < multi_fasta_in.fna | tail -n +2 > multi_fasta_out.fna
But then we'd lose auto-gunzip with KMC
It appears that KMC will complain if you try to feed it a multi-fasta file instead of a fasta file. Eg. multi-fasta:
fasta:
solution: try to detect this somehow and pass the right arguments to the main script here and add
-fm
here.