Hi everyone,
I am a newbie in RNA-seq data and I am trying to learn RNA-seq analysis using Galaxyserve.
I have followed the instruction form Reference Based RNA-seq data analysis in TrainingGalaxyProject (Here) . However, I am stucked in “Featurecount” steps. The server noticed there is an error due to No paired-end reads were detected in paired-end read library.
Please help me with this issue!
The error detail can be found below
export FC_PATH=$(command -v featureCounts | sed ‘s@/bin/featureCounts$@@’) && featureCounts -a ‘/data/dnb11/galaxy_db/files/d/4/b/dataset_d4bf1575-4bc9-4a6c-ad6a-ed7dd2fa9449.dat’ -F “GTF” -o “output” -T ${GALAXY_SLOTS:-2} -s 0 -Q 10 -t ‘exon’ -g ‘gene_id’ --minOverlap 1 --fracOverlap 0 --fracOverlapFeature 0 -p -C --countReadPairs ‘/data/dnb11/galaxy_db/files/f/a/0/dataset_fa0df423-81d5-4894-a63b-1bf66b83719d.dat’ && grep -v “^#” “output” | sed -e ‘s|/data/dnb11/galaxy_db/files/f/a/0/dataset_fa0df423-81d5-4894-a63b-1bf66b83719d.dat|GSM461177|g’ > body.txt && cut -f 1,7 body.txt > ‘/data/jwd05e/main/083/574/83574365/outputs/dataset_f4907f59-c471-4727-98b1-a27cc9a0443c.dat’ && cut -f 1,6 body.txt > ‘/data/jwd05e/main/083/574/83574365/outputs/dataset_af149bc3-2501-49c3-8b72-cd15ca4874a5.dat’ && sed -e ‘s|/data/dnb11/galaxy_db/files/f/a/0/dataset_fa0df423-81d5-4894-a63b-1bf66b83719d.dat|GSM461177|g’ ‘output.summary’ > ‘/data/jwd05e/main/083/574/83574365/outputs/dataset_6df26791-4404-4122-a3da-fbc8d810b05e.dat’
========== _____ _ _ ____ _____ ______ _____
===== / | | | | _ | __ | | /\ | __ \
===== | ( | | | | |) | |) | | / \ | | | |
==== _ | | | | _ <| _ /| | / /\ \ | | | |
==== ____) | || | |) | | \ | |___ / ____ | || |
========== |/ _/|/|| _______// ____/
v2.1.1
//========================== featureCounts setting ===========================\
|| ||
|| Input files : 1 BAM file ||
|| ||
|| dataset_fa0df423-81d5-4894-a63b-1bf66b83719d.dat ||
|| ||
|| Output file : output ||
|| Summary : output.summary ||
|| Paired-end : yes ||
|| Count read pairs : yes ||
|| Annotation : dataset_d4bf1575-4bc9-4a6c-ad6a-ed7dd2fa9449 … ||
|| Dir for temp files : ./ ||
|| ||
|| Threads : 2 ||
|| Level : meta-feature level ||
|| Multimapping reads : not counted ||
|| Multi-overlapping reads : not counted ||
|| Min overlapping bases : 1 ||
|| ||
\============================================================================//
//================================= Running ==================================\
|| ||
|| Load annotation file dataset_d4bf1575-4bc9-4a6c-ad6a-ed7dd2fa9449.dat … ||
|| Features : 195484 ||
|| Meta-features : 23932 ||
|| Chromosomes/contigs : 29 ||
|| ||
|| Process BAM file dataset_fa0df423-81d5-4894-a63b-1bf66b83719d.dat… ||
ERROR: No paired-end reads were detected in paired-end read library : /data/dnb11/galaxy_db/files/f/a/0/dataset_fa0df423-81d5-4894-a63b-1bf66b83719d.dat
Thank you