Closed karel-brinda closed 1 week ago
If I run kmercamel on human genome, the output FASTA file starts with >chr1 CP068277.2 Homo sapiens isolate CHM13 chromosome 1.
>chr1 CP068277.2 Homo sapiens isolate CHM13 chromosome 1
This is misleading. It's not genomic sequence, it's chromosome 1, etc.....
Instead, it should use some reasonable name such as
>{original_filename} k=31 properties of the superstring
The properties should ideally include statistics (len, #1, #kmers etc. ) and the mask optimization strategy.
I messed up files. Sorry. This is invalid; I was looking at the wrong output :).
If I run kmercamel on human genome, the output FASTA file starts with
>chr1 CP068277.2 Homo sapiens isolate CHM13 chromosome 1
.This is misleading. It's not genomic sequence, it's chromosome 1, etc.....
Instead, it should use some reasonable name such as
The properties should ideally include statistics (len, #1, #kmers etc. ) and the mask optimization strategy.