https://github.com/biocomputingup/mobidb-lite_docker

https://github.com/biocomputingup/mobidb-lite_docker

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BioComputingUP
  • License: gpl-3.0
  • Language: Dockerfile
  • Default Branch: master
  • Size: 114 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created almost 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

MobiDB-lite Docker

MobiDB-lite is a lightweight tool for predicting intrinsic disorder in proteins. This guide explains how to build and use the Dockerized version of MobiDB-lite 4.0

Building the Docker image

Before running the tool, you need to build the Docker image.

Step 1: clone this repository

git clone https://github.com/BioComputingUP/MobiDB-lite_docker.git
cd MobiDB-lite_docker

Step 2: Build the Docker image

docker build -t mobidb-lite .

This creates a Docker image named mobidb-lite

Pulling the Docker image from docker hub

Alternatively you can find the docker image here.

Running MobiDB-lite in Docker

Once the image is built, you can use it to analyze multi-fasta files.

Basic usage

docker run --rm -v $PWD:/data mobidb-lite [options] [input_file] [output_file]

Note: It is better to use the option "--force" , so that even if any of the predictors fail, the consensus is still calculated.

Example:

docker run --rm -v $PWD:/data mobidb-lite --force /data/example/first10sp.fasta /data/example/output.tsv

To calculate the ensemble properties, you must specify --extra option with --format mobidb:

docker run --rm -v $PWD:/data mobidb-lite --force --extra --format mobidb /data/example/first10sp.fasta /data/example/output.mjson

Owner

  • Name: BioComputing Group, University of Padova
  • Login: BioComputingUP
  • Kind: organization
  • Email: biocomp@bio.unipd.it
  • Location: Italy

GitHub Events

Total
  • Push event: 6
  • Create event: 2
Last Year
  • Push event: 6
  • Create event: 2

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • sbassi (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • python 3.12-slim build