Workflow for RNA sequencing using the Parallel Scripting Library - Parsl
345
ParslRNA-Seq is a workflow for RNA sequencing that uses the Parallel Scripting Library - Parsl for parallel processing (see on GitHub).
The container includes:
To run it, create a directory on the host machine with the following hierarchy of directories and mount them in the container:
To run ParslRNA-Seq in the container, run the following command and keep monitoring the outputs directory:
$ sudo docker run -d -v diretorio_maquina_hospedeira:/workdir -e
$ RNASEQ_TABLE_CSV=/workdir/table.csv -e
$ RNASEQ_GENETIC_BASE=/workdir/base_genetica/prefixo_arquivo -e
$ RNASEQ_NUM_THREADS=4 -e RNASEQ_INPUTS=/workdir/inputs/ -e
$ RNASEQ_OUTPUTS=/workdir/outputs/ -e RNASEQ_GTF=/workdir/arquivo.gtf
$ rnaseq:1.0 /RNA-seq/rna-seq.sh`
Content type
Image
Digest
sha256:454cf5e04…
Size
2 GB
Last updated
over 2 years ago
docker pull lucruzz/parslrna-seq