Thanks for your kindly reply! But I am not sure what is Run with the precompiled executables from bin/Linux_x86_64 and bin/Linux_x86_64_static, or compile your own with $ cd source && make
if it is a command or something else....
Here is my script for STAR (I will update it to 2.7.0 later..)
- index
STAR --runMode genomeGenerate --runThreadN 16 --genomeDir /home/STAR2/star_index/ --genomeFastaFiles /home/00166062_genome.fna --sjdbGTFfile /home/GCF_0016606_genomic.gtf --sjdbOverhang 149 --sjdbGTFfeatureExon CDS
- map
STAR --runThreadN 1 --genomeDir /home/star_index/ --readFilesIn /home/Chan7-1_R1_left_paired_trimmed.fq /home/Chan7-1_R2_right_paired_trimmed.fq --outFileNamePrefix /home/chan711_mapped --limitOutSJcollapsed 5000000 --limitIObufferSize 300000000 --outSAMtype BAM Unsorted --limitBAMsortRAM 87162435271
what is the version of your tools ?
Hi, it is this version : samtools/gcc/5.3.0/1.6
Please run
samtools --versionand paste the output here.Hi, it is this:
So it maybe samtools 1.6 ?
Thank you!
Yes, it is. Please use the formatting bar (especially the
codeoption) to present your post better. You can use backticks for inline code (`text` becomestext), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.WIll do! thank u. and any suggestions for the error...
I don't think it's a bug with samtools (anyway, you should update it) but rather with STAR. What's the version of star
Hi, the version of star is
star/2.6.0and no error report when using star...