You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for developing the PATRIC command line scripts. I have been using them for more than a week and I find them really useful
Today, my pipeline stopped halfway at the rast-add-features command. Then I noticed all the commands, even previous ones, had stopped working. I reinstalled everything to no avail.
This is the error (the method varies from command to command)
$ rast-create-genome --scientific-name $SCIENTIFIC_NAME --genetic-code $GENETIC_CODE --domain $DOMAIN --contigs "clean_"$(basename $INPUT_CONTIGS) > GTO.1
Error invoking method create_genome: 301 Moved Permanently at /usr/share/patric-cli/deployment/lib/Bio/KBase/GenomeAnnotation/Client.pm line 1389.
I guess you just changed something on your server and this is a bug? I wanted to report that it can be fixed by changing "http" to "https" at line 39 of the /usr/share/patric-cli/deployment/lib/Bio/KBase/GenomeAnnotation/Client.pm file:
Hi, thanks for developing the PATRIC command line scripts. I have been using them for more than a week and I find them really useful
Today, my pipeline stopped halfway at the rast-add-features command. Then I noticed all the commands, even previous ones, had stopped working. I reinstalled everything to no avail.
This is the error (the
method
varies from command to command)I guess you just changed something on your server and this is a bug? I wanted to report that it can be fixed by changing "http" to "https" at line 39 of the
/usr/share/patric-cli/deployment/lib/Bio/KBase/GenomeAnnotation/Client.pm
file:If you run into this error
try the solutions here.
The text was updated successfully, but these errors were encountered: