-
Notifications
You must be signed in to change notification settings - Fork 40
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
piPipes_smallRNA_bed2_to_bw.sh: line 32: 73659 Segmentation fault #31
Comments
Could you |
Yes, in the genome_mapping dir, there is no *.sorted.bed2. Thanks! |
Could you try running |
cat Zamore.SRA.ago3_het.ox.ovary.piPipes_debug.stdout Execution stack: |
less Zamore.SRA.ago3_het.ox.ovary.piPipes_debug.stderr
There are so many sentences difficult to understand in debug.stderr. |
You can attach a file directly here, by dragging your |
Okay! Thank you! But it showed "do not support that file type" |
By the way, I can not install package ‘parallel’ in R, because of the version of R. Is this the reason? |
Thanks for the files. It seems that mapping was done correctly. I am guessing that the binary @bowhan: Do you have any clues what went wrong with |
@yfu I am running into the same issue. I am running on a linux cluster but the binary keeps segfaulting. Has anyone figured out a fix for this? |
I had a similar issue. In my case, the problem was with the pre-compiled binaries. After recompiling from source everything works as it should. The problem main problem was with the Boost library. In my case before recompiling, |
Recently, I used piPipes step by step using data in manual, I ran the small RNA-Seq part:$OUTDIR/$ {INPUT_BED_NAME%bed2}sorted.bed2 -c $CHROM -p $CPU -o $OUTDIR/$ {INPUT_BED_NAME%bed2}sorted.$OUTDIR/$ {INPUT_BED_NAME%bed2}sorted.uniq.bed2 -c $CHROM -p $CPU -o $OUTDIR/$ {INPUT_BED_NAME%bed2}sorted.uniq.
piPipes small -i Zamore.SRA.ago3_het.ox.ovary.trimmed.fastq.gz -g dm3 -o Zamore.SRA.ago3_het.ox.ovary.piPipes_out 1> Zamore.SRA.ago3_het.ox.ovary.piPipes.stdout 2> Zamore.SRA.ago3_het.ox.ovary.piPipes.stderr
But it showed errors:
cat Zamore.SRA.ago3_het.ox.ovary.piPipes.stderr
Rscript execution error: No such file or directory
/mnt/isilon/wang_lab/caiyou/piPipes/bin/piPipes_smallRNA_bed2_to_bw.sh: line 32: 73659 Segmentation fault (core dumped) piPipes_bed2_to_bedGraph -i
/mnt/isilon/wang_lab/caiyou/piPipes/bin/piPipes_smallRNA_bed2_to_bw.sh: line 33: 73663 Segmentation fault (core dumped) piPipes_bed2_to_bedGraph -i
[bam_header_read] EOF marker is absent. The input is probably truncated.
Rscript execution error: No such file or directory
[bam_header_read] EOF marker is absent. The input is probably truncated.
Rscript execution error: No such file or directory
[bam_header_read] EOF marker is absent. The input is probably truncated.
Rscript execution error: No such file or directory
GPL Ghostscript 9.07: Unrecoverable error, exit code 1
The files in /common/dm3/
Bowtie2Index
BowtieIndex
Brennecke.piRNAcluster.20A.bed6.gz
Brennecke.piRNAcluster.42AB.bed6.gz
Brennecke.piRNAcluster.bed6.gz
Brennecke.piRNAcluster.flam.bed6.gz
BWAIndex
chrU.fa
cisNATs.bed.gz
cytoBand.txt
dm3.ChromInfo.txt
dm3.fa
dm3.fa.fai
dm3.gap.bed
dm3.genes.bed12
dm3.genes.fa
dm3.genes.gp
dm3.genes.gtf
dm3.genes+repBase+piRNACluster.gtf
dm3.genes+transposon+piRNACluster.gtf
dm3.gene+transposon.fa
dm3.hairpin.fa
dm3.mature.fa
dm3.mature.multiMapper.fa
dm3.piRNAcluster.bed.gz
dm3.piRNAcluster.fa
dm3.repBase.eref
dm3.repBase.fa
dm3.transposon.fa
dm3.transposon.rm.bed
Drosophila_melanogaster
Drosophila_melanogaster_UCSC_dm3.tar.gz
genomic_features
hpRNA.bed.gz
lincRNA.Young.bed6.gz
Log.out
mature2hairpin.allMapper.bed
mature2hairpin.multi.bed
mature2hairpin.uniq.bed
mrFastIndex
README.txt
repBase
rRNA.fa
STARIndex
structured_loci.bed.gz
UCSC.flyBase.3UTR.bed.gz
UCSC.flyBase.5UTR.bed.gz
UCSC.flyBase.CDS.bed.gz
UCSC.flyBase.Exons.bed.gz
UCSC.flyBase.Genes.bed12.gz
UCSC.flyBase.Genes.bed6.gz
UCSC.flyBase.Introns.bed.gz
UCSC.flyBase.Introns_xRM.bed.gz
UCSC.flyBase.Noncoding.bed.gz
UCSC.refSeq.3UTR.bed.gz
UCSC.refSeq.5UTR.bed.gz
UCSC.refSeq.CDS.bed.gz
UCSC.refSeq.Exon.bed.gz
UCSC.refSeq.Genes.bed12.gz
UCSC.refSeq.Intron.bed.gz
UCSC.RepeatMask.bed
UCSC.RepeatMask.inCluster.bed.gz
UCSC.RepeatMask.outCluster.bed.gz
UCSC.RepeatMask.Satellite.bed
UCSC.rRNA+tRNA+nonCoding.bed6.gz
UCSC.SimpleRepeats.bed.gz
unannotated_genome.bed.gz
variables
X-TAS.fa
Zamore.transposon.bed.gz
Zamore.transposon.group0.bed.gz
Zamore.transposon.group1.bed.gz
Zamore.transposon.group2.bed.gz
Zamore.transposon.group3.bed.gz
Zamore.transposon.inCluster.bed.gz
Zamore.transposon.outCluster.bed.gz
Is there someone else met the same trouble?
Please give me some suggestion.
Thanks very much!
The text was updated successfully, but these errors were encountered: