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

fastp assigns incorrect datatypes to ouput files with enabled read merging #6606

Open
igormakunin2 opened this issue Dec 3, 2024 · 0 comments

Comments

@igormakunin2
Copy link

I came across an issue with fastp in paired end mode, when inputs are GZipped fastq files. No problem with the default settings, but when Merge forward and reverse reads is set to Yes, the output files with reads are in plain text FASTQ format, while datatype is fatsqsanger.gz. I tried couple versions of the tool, got the same outcome. Here is my history in Galaxy Australia:
https://usegalaxy.org.au/u/igor/h/fastptest

bernt-matthias added a commit to bernt-matthias/tools-iuc that referenced this issue Dec 16, 2024
fixes galaxyproject#6606

fastp seems to decide on the compression of the output by file
extension. So we need to write to temporary files and move to the
tool outputs at the end for `merged*`, `unmerged*`, and `unpaired*`
outputs.
@bernt-matthias bernt-matthias mentioned this issue Dec 16, 2024
5 tasks
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

1 participant