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

split_contigs.py produces empty files #50

Closed
ChaoXianSen opened this issue Oct 5, 2023 · 2 comments
Closed

split_contigs.py produces empty files #50

ChaoXianSen opened this issue Oct 5, 2023 · 2 comments

Comments

@ChaoXianSen
Copy link

HI,
I am trying to run phamb in parallel-annotation mode, and when I used split_contigs.py as the code below
python split_contigs.py -c contigs.fna.gz
the results ´assembly´ folder and ´sample_table.txt´ file are empty.
What should I do?

thanks !

@joacjo
Copy link
Collaborator

joacjo commented Oct 9, 2023

Hi Chao

It sounds like your contigs are not named in a way that works with the script.
Contigs named i.e. like this would work with the default split (-s "C") parameter of the script

Sample1Contig1
Sample1Contig2
Show me an example of your contig headers, then it's easier to figure out.

@ChaoXianSen
Copy link
Author

Hi Chao

It sounds like your contigs are not named in a way that works with the script. Contigs named i.e. like this would work with the default split (-s "C") parameter of the script

Sample1Contig1
Sample1Contig2
Show me an example of your contig headers, then it's easier to figure out.

thanks a lot, i have solved this question~

@joacjo joacjo closed this as completed Oct 10, 2023
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