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

make gen_coverage_file accept compressed files #27

Closed
Sanrrone opened this issue Jan 23, 2024 · 2 comments
Closed

make gen_coverage_file accept compressed files #27

Sanrrone opened this issue Jan 23, 2024 · 2 comments

Comments

@Sanrrone
Copy link

Sanrrone commented Jan 23, 2024

Dears,
along with greeting you, the gen_coverage_file script to generate the coverages only accept .fastq sequences, but my files (which are more than 2000) are all compressed. in fq.gz format, How can make the script accept the compressed format?

thanks in advance!

@ziyewang
Copy link
Owner

Hi,

Is the sequencing data pair-end, single-end or interleaved? If it's pair-end, the original code can be used directly by just modifying the input options. If not, I'll update the code to support compressed files.

"Options:
-f Forward read suffix for paired reads (default="_1.fastq")
-r Reverse read suffix for paired reads (default="_2.fastq")"

Best,
Ziye

@Sanrrone
Copy link
Author

Sanrrone commented Jan 29, 2024

Hi,
They are single end compressed. But I could do a workaround by using the same command inside the script (bwa + samtools).

thank you!

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