-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Thank you for building SPRINT, I read about this and got fascinated about it and how you developed it!!
I am novice to the field of bioinformatics and in my junior year, please help me with this.
I am working with RNA seq data and I have to find particular editing in this data also I would be using SPRINT's A2I script, now I have quality checked fastq.gz files and I have annotated them and made SORTEDBAM files out of it so no need to gunzip. Now when I am running SPRINT with satifying all pre-requisite (python2, Samtools etc) this being my code
"python2 sprint_from_bam.py --rp $HOME/Output/simpleRepeat.txt --bam $HOME/Output/STAR_Output/Aligned_B1_53632Aligned.sortedByCoord.out_.bam --genome $HOME/Output/GRCh38.primary_assembly.genome.fa --out $HOME/Output/Sprint_B1_53632 /usr/bin/samtools"
my SPRINT is exiting without no error and nothing is happening. I am not sure what I am missing.
Thank you for your response in advance.
Best,
A
