Open ghost opened 3 years ago
Hello @HarukiNakamura,
When running the command you mentioned
cat Read_R.trinotate_annotation_report.xls | cut -f 1,13 | grep "OG" | tr "\`" ";" | sed 's/^/#/g' | sed 's/;/\n;/g' | cut -f 1 -d "^" | tr -d "\n" | tr "#" "\n" | grep "OG" >Read_R.eggNOG_COG.terms.txt
you get the file with the info of eggNOG or the file is empty?
Best, Ramon
I got an empty file.
Interesting. Could I see your XLS file that was generated by Trinotate? That way I can troubleshoot and see why the code is not working. My email is r.rivera /@/ lrz.uni-muenchen.de
. Thanks
Thanks for your reply. I can attach herewith.
Read_R.trinotate_annotation_report.xls
I have checked my Trinotarte.sqlite and it seems to be working properly until perhaps the data is loaded.
Hi Ramon, I run full pipeline by foolowing command.
And I got an error in process trinotate. My .command.out from process trinotate is this.
Since there is no output after the following process (e.g. the message "Done with the eggNOG"), I thought there was a problem with this command. However, when I ran this command in a different terminal, no error occurred.
Is there any reason for this error? My TransPi version is v1.3.0-rc. Thank you.