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

Gapseq on multiple files #52

Closed
martsper opened this issue Jan 24, 2021 · 2 comments
Closed

Gapseq on multiple files #52

martsper opened this issue Jan 24, 2021 · 2 comments

Comments

@martsper
Copy link

martsper commented Jan 24, 2021

Hi Johannes and Silvio,

It is beautiful to see how gapseq evolves!

I have an easy noob question for you, probably not related to gapseq, but rather to linux. How can I run gapseq on multiple genomes at once?

I tried something like the following, but it did not work:

./gapseq find -e 5.4.99.17 {1}:::/MarReF_Genomes/*.fa

Best,
Martin

@jotech
Copy link
Owner

jotech commented Jan 25, 2021

hi Martin!
Thanks for your feedback :)
Actually something like this should do the trick:

parallel ./gapseq find -e 5.4.99.17 {} ::: toy/*.fna.gz

Does it work for you?

@martsper
Copy link
Author

Hi Johannes,
This did the trick. Thanks for the quick solve. It is now running in the background and will take a while. I will come back to you if I have any complaints ;)
Keep up to good work!
Martin

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