Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in process Trinotate. #30

Open
ghost opened this issue Dec 5, 2021 · 4 comments
Open

Error in process Trinotate. #30

ghost opened this issue Dec 5, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Dec 5, 2021

Hi Ramon,
I run full pipeline by foolowing command.

nextflow run TransPi.nf --all --reads /path/to/Read_R[1,2].fastq.gz --k 25,41,53,75 --maxReadLen 100 --outdir transpi-out -w transpi-wd --tracedir transpi-info -profile docker --allBuscos --skipQC --skipFilter --rescueBusco --buscoDist

And I got an error in process trinotate.
My .command.out from process trinotate is this.


-- Running Trinotate --

memory
memory

-- Ending run of Trinotate --


-- Loading hits and predictions to sqlite database... --

memory
memory
memory
memory
memory
No transmembrane domains (tmhmm)
No Signal-P
No rnammer results

-- Loading finished --


-- Generating report... --


-- Report generated --


-- Creating GO file from XLS... --


-- Done with the GO --


-- Creating KEGG file from XLS... --


-- Done with the KEGG --


-- Creating eggNOG file from XLS... --

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.

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

Is there any reason for this error?
My TransPi version is v1.3.0-rc.
Thank you.

@rivera10
Copy link
Member

rivera10 commented Dec 8, 2021

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

@ghost
Copy link
Author

ghost commented Dec 8, 2021

I got an empty file.

@rivera10
Copy link
Member

rivera10 commented Dec 9, 2021

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

@rivera10 rivera10 added the bug Something isn't working label Dec 9, 2021
@ghost
Copy link
Author

ghost commented Dec 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant