Prinseq running error
Skipping 'prinseq_1.fq' which didn't exist, or couldn't be read When i do ls i do see the listing, but when doing a fastqc after dump, i get the above error.
fastqc
• 1,360 views
•
link
updated
by
WouterDeCoster
•
written
by
snanda73 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
fastq dump
written by sehriban.buyukkilic •hi everyone, Im trying to do split fastq files for paired read, but it's giving error. I tried a lot of way unfortunately didn't work. …
-
Samtools merge/ "The File BAM exists" warning
written by Qboy •Dear community, I am trying to convert BAM to FASTQ because the archived dataset is aligned to the older version of the reference genome. I …
-
Adapter trimming
written by GenesisBio •Dear all, I have just started to analyze an RNAseq dataset. When I run FastQC on my fastq files, I see a problem with "Adapter …
-
error when running NGS tools in bash script
written by bertb •Hello, I am trying to write a script to automate my RNAseq pipeline in a Bash shell on Ubuntu. Very simply, the beginning of my …
-
Fastqc - fastq file not found
written by leonmcswain •I am attempting to run fastqc on a single read fastq file. I used sra toolkit to convert sra file to a fastq file. I …
-
sra-toolkit and fastq-dump error
written by chloisf •Hello, I am a begginner and enthusiastic to learn about bioinformatics! I am trying to learn how to use the Short Read Archive but I …
-
bowtie2 alignments "Error: No input read files were valid"
written by luzglongoria •Hi there, I am doing an alignment with bowtie2 and with several end-paired reads. I write this command: bowtie2 --threads 4 --local --no-unal -x /home/luz_garcia_longoria/workspace/reference_genomes/parasitereference.fasta …
-
sh: fastq-dump: command not found
written by yejiahao0 •I encountered an error when invoking fastq-dump function from RStudio (using system(), following the instruction from an article from Nature Protocol (DOI: 10.1038/nprot.2013.099 or https://www.nature.com/articles/nprot.2013.099). …
-
Converting BAM to Fastq - losing reads
written by adampennycuickHi all, I am trying to realign a whole genome BAM file from one reference genome to another. The reason for this is that I …
-
How to repair corrupted fastq files after sortmeRNA
written by SMILEHi all, After removing rRNA in the fastq files with sortmeRNA, one of the paied reads was corrupetd, which failed to do fastqc with error: …
Your question needs far more information. The title suggests there is an error with prinseq, but your post itself suggest a problem with fastqc. You also didn't specify which commands were used, while that's important information. You added "software error" as a tag, while I expect this to be more of a usage error. You haven't identified a bug, so far. I removed the tag and added "fastqc" instead, which seems more specific. You also didn't state the version of the software you are using.
When in doubt you can also visually check if the
prinseq_1.fqfile is a normal fastq file, e.g. usinghead -n 20 prinseq_1.fq | less -SThere is a program called prinseq. I think this question is about that program rather than FastQC.
Yes, I know that program. But the error "Skipping 'prinseq_1.fq' which didn't exist, or couldn't be read" suggests me OP used prinseq for trimming and is now trying the resulting file in fastqc. But that's just an interpretation, we need more information.