-
Notifications
You must be signed in to change notification settings - Fork 125
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
FastX Bug with Parse_hairpin #271
Comments
Status code 255 usually suggests something like "file not found". This is very likely related to the MIRBASE urls not working anymore, as fixed in PR #269 |
@apeltzer Sorry to re-open this, but the urls I used above are the updated ones! |
I have also checked now on my end (should've done this earlier). Are you by any chance using a Proxy Server in the background of wherever you run this pipeline? When i look at a failed run on the HPC, i see this here:
Which is obvisouly not a FASTA file. If I look at the file on mirbase FTP / HTTPS, it looks clean without any of the |
Tests reference a different URL than what the pipeline actually uses in real runs. That means we're not testing properly this special case... |
#279 reproduces your error now @andrewdchen - thats a step forward, now finding out whats the matter actually :( |
Fixed in 2.2.3 |
Description of the bug
I'm running the pipeline with several fastq files that have been QC'd and trimmed already. Running into the following error message:
Seems like there's an error with
fastx
, which I assume is being called byseqkit
but I'm not quite sure where to look given this. The fastq file has the following format.Command used and terminal output
Relevant files
No response
System information
Nextflow version: 23.04.1
Hardware: HPC
Executor: Sun Grid Engine
Container engine: Singularity
OS: AlmaOS 8 Linux
Version of nf-core/smrnaseq: v2.2.1-gf7022ab
The text was updated successfully, but these errors were encountered: