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

zipped input files #110

Closed
CosteaPaul opened this issue Feb 17, 2023 · 4 comments
Closed

zipped input files #110

CosteaPaul opened this issue Feb 17, 2023 · 4 comments

Comments

@CosteaPaul
Copy link

This should support fastq.gz input files :).

@AlessioMilanese
Copy link
Member

AlessioMilanese commented Feb 17, 2023

mOTUs supports fastq.gz files. From the manual:

Input options:
   -f  FILE[,FILE]  input file(s) for reads in forward orientation, fastq(.gz)-formatted
   -r  FILE[,FILE]  input file(s) for reads in reverse orientation, fastq(.gz)-formatted
   -s  FILE[,FILE]  input file(s) for unpaired reads, fastq(.gz)-formatted

@CosteaPaul
Copy link
Author

On the latest version:

motus profile -s someFile_S1_L001_R1_001.fastq.gz

2023-02-17 14:49:09 Map reads to the marker gene database
Reads are aligned (by BWA) to marker gene sequences in the reference database
Reads are filtered for:
- similarity to the reference gene (>97%), and
- length of the alignment (at least 75 nucleotides, -l option)

Number of detected lanes: 1

2023-02-17 14:49:09 Run bwa on lane 1

Error: file someFile_S1_L001_R1_001.fastq.gz is not a fastq file

Unzipping and running works fine...

@CosteaPaul
Copy link
Author

Never mind. This was on me.
Seems my gpfs takes a while to sync properly.

I owe you a beer for jumping the gun :).

@AlessioMilanese
Copy link
Member

Sounds good 🍺 :)

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