A consensus-based predictor of intrinsically disordered regions in proteins
1.6K
This image allows you to run idrpred, an alternative implementation of MobiDB-lite, to predict intrinsically disordered regions in protein sequences.
Download E. coli sequences from Uniprot
curl -o - 'https://rest.uniprot.org/uniprotkb/stream?compressed=true&format=fasta&query=(taxonomy_id:83333)'| gzip -cd > e-coli.fa
Run idrpred
docker run --rm -v $PWD:/data matblum/idrpred:1.0.3 idrpred /data/e-coli.fa /data/e-coli.tsv
For more information, please refer to the GitHub repository.
Content type
Image
Digest
sha256:27db61397…
Size
399.1 MB
Last updated
about 2 years ago
docker pull matblum/idrpred