Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vmesel/biopipe

Docker image and Bioinfo pipeline for Instituto Butantan
https://github.com/vmesel/biopipe

Last synced: 28 days ago
JSON representation

Docker image and Bioinfo pipeline for Instituto Butantan

Awesome Lists containing this project

README

        

# Pipeline de Sequencias de lincRNA

Pipeline para uso na pesquisa sobre lincRNAs que está ocorrendo no instituto butantan

Para usar o pipeline, baixe o docker e instale a imagem que está neste repositório!

Ao logar, você irá executar os seguintes comandos:

´´´
cd /BioPipe/
python pipe_lncap.py
´´´

## Rodando Docker do Pipeline

```bash
docker build -t butantan/pipelinev2-4 /work/users/vinicius/GitHub/BioInfo/SomentePipeline/.
docker run -u `id -u $USER` -v /home/vinicius/BigWig/useful/:/sharedFolder/ -v /work/users/vinicius/outputs/:/outputs/ -it butantan/pipelinev2-4 /bin/bash
```