-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79aac56
commit de20930
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.4.0' | ||
__version__ = '1.5.0' |
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ola quero muito usar o seu programa mas esta ocorrendo este erro:
platon --db ./db genome.fasta
ERROR: database file (rds.tsv) not readable!
meu python is: Python 3.5.5
my biopython is: 1.72
my platon version is 1.1.0
my system is: Linux lua 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
database is https://zenodo.org/record/4066768/files/db.tar.gz
tambem ja tentei de outro computer:
mas o erro continua, abaixo está a configuracao do outro computador de onde tentei:
Python 3.8.3
Biopython 1.78
platon 1.1.0
my system: Linux x 5.3.0-59-generic #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
database is https://zenodo.org/record/4066768/files/db.tar.gz
por favor me ajude resolver este erro. quero muito testar o teu programa
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Remigio1 , I'm very sorry but my ?Portugese? is not the best ;-) From some remaining Spanish skills I'd infer that you are using an outdated Platon version (v1.1) in combination with the latest db release (v1.5.). These two releases are not compatible.
Please, update Platon to the most recent release v1.5.0. Then, it should work again with yout db version.
Just in case the issues remain, please open a proper issue.
Best regards!
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ola gracias por atenderme, para actualizar estoy usando el codigo
$ conda update platon
pero no actualiza, hay alguna otra forma de actualizar?
como puedo actualizar?
la version de mi bioconda es 4.8.4
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hola,
just try this:
$conda update platon=1.5.0
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olá eu consegui atualizar da seguinte forma:
1 - baixei o arquivo noarch/platon-1.5.0-py_0.tar.bz2 no site: https://anaconda.org/bioconda/platon/files
2 - executei o comando conda install platon-1.5.0-py_0.tar.bz2
agora já estou com a versão 1.5.0
muito obrigado por ter me atendido, consegui resolver o problema.
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice to hear - you're welcome!
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, I already updated the platon to version 1.5.0 but this is another error:
$ platon --db ./db genome.fasta
ERROR: genome file (/home/l/platon/genome.fasta) not readable!
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Olá, eu desistalei o platon e tentei instalar de outra forma mas esta dando erro:
$ git clone git@github.com:oschwengers/platon.git
Cloning into 'platon'...
The authenticity of host 'github.com (140.82.114.4)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,140.82.114.4' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
de20930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, just try the
https
version oft the link;Also, of course, you have to adopt the paths to both the
db
and thegenome
: