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

Does it support multiple input files like input*.fa ? #52

Open
Ural-Yunusbaev opened this issue Nov 13, 2021 · 1 comment
Open

Does it support multiple input files like input*.fa ? #52

Ural-Yunusbaev opened this issue Nov 13, 2021 · 1 comment

Comments

@Ural-Yunusbaev
Copy link

Does it support multiple input files like input*.fa.gz ?
How to provide multiple input files?
For ex I have:
input1.fa
input2.fa
input3.fa

How the command will look like?

@ruanjue
Copy link
Owner

ruanjue commented Nov 15, 2021

smartdenovo.pl doesn't support multiple input files. To input more than one files, first, invoke smartdenovo.pl to generate shell scripts on one file, then edit the script, see below.

 wtpre -J 5000 -p pb my_raw_reads_1.fq my_raw_reads_2.fq  | gzip -c - 1 > <PREFIX>.fa.gz

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