Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Help : Counting K-mers from multiple files #20

Open
Srividhya-Sainath opened this issue Nov 25, 2021 · 1 comment
Open

Help : Counting K-mers from multiple files #20

Srividhya-Sainath opened this issue Nov 25, 2021 · 1 comment

Comments

@Srividhya-Sainath
Copy link

Hi Team,

I am working on a project wherein I have to count k-mers from genome assemblies. I, therefore, have to run this across multiple files. As per the documentation (txt: A plain text file with one path per line. This way, multiple input files can be processed at once.), I created a .txt file as instructed and ran the code ./gerbil -k31 -ofasta Input_Gerbil.txt build output.

I get a segmentation error. The code runs fine for a single .fasta file though.

I am relatively new in this field, could you please suggest what or where am I going wrong

Thank you

@srechner
Copy link
Collaborator

Hi,

I think there must be spaces between the parameters and the associated options. Please try the command ./gerbil -k 31 -o fasta Input_Gerbil.txt build output.

If the error still occurs, try to specify absolute paths in the Input_Gerbil.txt file.

Best regards!

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

No branches or pull requests

2 participants