Joining multiple paired end-reads in qiime
Hello,
I am trying to join multiple paired end-reads in qiime. Essentially, I have a folder called teaser that has all my forward and end reads, which all start with sample and then have numbered identifiers. I have used the following code:
$ multiple_join_paired_ends.py -i teaser/sample -o joined*
But get errors: ValueError: Invalid filename found for splitting on input for file
Is there something I have to add to my script in the terminal to make it work?
Thank you!
• 3,524 views
•
link
0 answers
No answers yet.
Log in to answer this question.
multiple_join_paired_ends.py -i teaser/ -o joinedNot sure, why you've sample in
teaserI'm assuming joined output folder exists. If not, create it, and try.