-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Dear @taliaferrojm,
Thank you for LABRAT! Super easy to install and use.
I am working with Drosophila melanogaster genome which has over 33k transcripts in its 3UTR. However there are about ~3k transcripts in the number of position file produced by running calculatepsi mode.
Is there a reason for this discrepancy?
See below my script
script:
maksTFfasta step:
python3 LABRAT-master/LABRAT_dm6annotation.py --mode makeTFfasta --gff LABRAT-master/annot/Drosophila_melanogaster.BDGP6.88.chr.gff3 --genomefasta LABRAT-master/annot/Drosophila_melanogaster.BDGP6.genome.fa.gz --lasttwoexons --librarytype 3pseq
SAlmon quant step:
python3 LABRAT-master/LABRAT_dm6annotation.py --mode runSalmon --txfasta TFseqs.fasta --reads1 $READS1_STR --samplename $SAMPLES_STR --threads $THREADS
psi:
python3 LABRAT-master/LABRAT_dm6annotation1.py --mode calculatepsi --salmondir salmondir/ --sampconds sampconds --conditionA $CONDITION_A --conditionB $CONDITION_B --gff LABRAT-master/annot/Drosophila_melanogaster.BDGP6.88.chr.gff3 --librarytype 3pseq