tr2aacds.pl -strandedrna : auto|yes|no;
default auto == maybe, tests cds-orient, reliable but must recalc cds if stranded
For those of you who know your RNA data is, or is not, stranded, add -stranded yes (or no). For those who don't know, the program will detect it (all CDS are same direction), but it needs an extra compute step.
--Dear Dr. Gilbert,First, let me thank you for thank you very much for making EvidentialGene.I am using tr2aacds.pl (v22may07) for collapsing long-read transcriptome assemblies from different samples in a non-model organism.
$ tr2aacds.pl -NCPU=${task.cpus} -MAXMEM=${mem_MB} -MINAA=${params.minaaLength} -logfile -debug -species=Amex -noutrorf -cdnaseq AmexT_${params.transcriptomeVersion}_stringtie-merge.fa
At earlier steps from my assembly pipeline I determine the strandness of each read, looking to get a stranded transcriptome. By analyzing the output of tr2aacds.pl, I noticed that each FASTA header of the file "inputset/AmexT_v50_stringtie-merge.cds" indicates the strand in which the CDS was found
>AMEX70DD.1.1 type=CDS; aalen=314,28%,partial5-utrbad; clen=3268; strand=+; offs=1-945; codepot=Code/0.0059;
>AMEX70DD.10.1 type=CDS; aalen=116,52%,complete-utrpoor; clen=670; strand=-; offs=611-261; codepot=Code/0.0047;
While this option could allow me to find ORFs in transcripts whose orientation was incorrectly determined, I would like to ask if there is a way to inhibit the search for ORFs in the negative strand of transcripts.
Kind regards,
Salvador
You received this message because you are subscribed to the Google Groups "EvidentialGene" group.
To unsubscribe from this group and stop receiving emails from it, send an email to evidentialgen...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/evidentialgene/d6507bfd-c6c2-48aa-aabe-3c74c9be83ecn%40googlegroups.com.
use this version, that now correctly detects stranded RNA, and will become the default version soon :evigene22may07/scripts/prot/tr2aacds4_22a.pl This is in current evigene.tar bundle, or also here
tr2aacds.pl -strandedrna : auto|yes|no;
default auto == maybe, tests cds-orient, reliable but must recalc cds if stranded
For those of you who know your RNA data is, or is not, stranded, add -stranded yes (or no). For those who don't know, the program will detect it (all CDS are same direction), but it needs an extra compute step.