Open pmoulos opened 3 years ago
Hello @pmoulos,
Can you pull again the repository? It looks like you may have an old version of TransPi. Currently it is in version 1.1.0-rc
and you have v1.0.0-dev
. That may solve this issue. Let me know if this still continues.
Best, Ramon
Hi @rivera10,
Thanks for the reply! Indeed, the issue regarding the variable name was fixed and the onlyAnn
pipeline was able to continue. However, a problem was caused by the fact that the Trinotate authors updated the help scripts to reflect new download links for Gene Ontology files, so I think that the pipeline crashed because it was not able to build the initial Trinotate SQLite boiler plate. I was able to finish manually based on the reported commands. Maybe you can consider updating Trinotate somehow or maybe this has to do with the respective conda channel?
Thanks again!
Hello @pmoulos,
Thanks for letting me know about the update of Trinotate. I will check and update the links.
Best, Ramon
Hi,
I am trying to use the pipeline on an already assembled transcriptome (a single FASTA file with ~300k sequences) which I am putting in a directory called
onlyAnn
as per the instructions. I believe I have followed correctly all the pipeline installation pipelines and tests. However, when I am trying to run:I get
Any clues? Please note that I am using a custom path to install TransPi databases instead of the default directory (cloned from GitHub).
Thank you in advance!