This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Trinity Statistic

Hello, I want to check trinity stat and validation result, I am using cluster. I used this command perl TrinityStats.pl trinity_out_dir/Trinity.fasta > Trinity_stats1.txt

output is Can't open perl script "TrinityStats.pl": No such file or directory Do I need to add TrinityStats.pl in my directory, because it is not there.

perl denovo stat trinity cluster

1 answer

You will need to provide full path to where it is in your command e.g. perl /path_to/TrinityStats.pl ....

Thanks! It's working now.

Log in to answer this question.