Stringtie - segmentation fault
Hi I am getting "segmentation fault" error while running stringtie
stringtie -B -e -G merged_1sor.gtf -o output.gtf *.sorted.bam
Whats going wrong in this?
rnaseq
stringtie
• 1,290 views
•
link
written
by
drajangirija •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Stringtie --merge error "Warning: invalid start coordinate at line"
written by drajangirija •Hi I am getting an error while running stringtie --merge ``` stringtie --merge -G /home/ec2-user/environment/nextflow-tutorial/data/exp-3/Homo_sapiens_GRCH38.96.gtf.gz -o merged.gtf *.gtf``` The error is ```**Warning: invalid start coordinate …
-
NGSadmix
written by Harry •I have tried running the following command: ./NGSadmix -likes GL1.beagle.gz -K 3 -P 4 -o Output/admixture -minMaf 0.05 Which produces the error: Input: lname=Output/GL1.beagle.gz nPop=3, …
-
segmentation fault (core dumped) For Stringtie
written by JCB •Below is the code I run for transcript assembly , However after executing the following error is produced and no other segmentation fault (core dumped). …
-
Multiple Sequence Alignment using muscle
written by atitparajuli2018 •Hi, I keep getting an error segmentation fault 11 while running muscle command to align multiple sequences from a fasta file containing 112626 ESTs. Is …
-
Segmentation fault error with hera
written by P •Hi, I get an error while running hera, any thoughts? /var/spool/pbs/mom_priv/jobs/783682.pbs02.SC: line 11: 117890 Segmentation fault /hera/build/hera quant -i /Controls_CG_samples/hera/index /Controls_CG_samples/cms_R1_001.fastq /Controls_CG_samples/cms_R2_001.fastq -o /Controls_CG_samples/hera_output -t …
-
Warning encountered while transcript abundance estimation using stringtie
written by lakhujanivijayI am trying to run stringtie for transcript abundance estimation using below command: for i in *.sorted.bam; do sample_name=`echo $i| awk -F "." '{print $1}'`; …
-
Error using StringTie
written by dabs17 •I keep getting the following error with StringTie Fatal error: Exit code 139 () /galaxy-repl/main/jobdir/015/491/15491531/tool_script.sh: line 9: 24920 Segmentation fault (core dumped) stringtie "/galaxy-repl/main/files/019/398/dataset_19398565.dat" -o …
-
Segmentation fault error while running extractPIRs from ShapeIT
written by kirannbishwa01I am getting 'segmentation fault error' while trying to run subcommand from ShapeIt **$extractPIRs --bam bamlist --vcf sequence.multiple.vcf.gz --out myPIRsList** Reading genotypes in [sequence.multiple.vcf.gz] in …
-
Can't group samples in StringTie for differential expression
written by CandiceChuDVMHi all, I have performed StringTie for individual samples and --merge for all samples by implementing the following commands: $ stringtie $PATH1/sample1.aligns.sorted.bam -G $ANNOT -p …
-
BedTools intersect - Segmentation fault
written by Maria333 •Hi, Has anyone experienced the "segmentation fault" error while trying to use bedtools intersect option? I am trying to see overlap exons between 2 bed …
Annoyingly these errors can be caused by many different things. The first thing to check is memory (RAM - not disk space). How much do you have access to?
The RAM which I am using is 32GB