Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how to create multiple kmc db output as per @input_file_list. #220

Open
bio-developer opened this issue Aug 29, 2023 · 1 comment
Open

Comments

@bio-developer
Copy link

bio-developer commented Aug 29, 2023

I am doing this:

kmc -k31 -fm @fna_list.txt @kmc_out $PWD

is there a syntax for specifying kmc output database filename as per the list of provided list_of_fasta as input?
What I am getting is a single DB file with the prefix @kmc_out having combined kmer counts not separate DB files for each fasta file.
What is the correct way to do this?

Note: K-Mer Counter (KMC) ver. 3.2.1 (2022-01-04)

@marekkokot
Copy link
Contributor

Hi,

The idea of input list is to treat all files as a single input and cerate one output db. For what you need you shold run kmc separately for each input file. May by worth to wrap it in some script. Thanks for using KMC!!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants