DE-kupl is a pipeline that finds differentially expressed k-mers between RNA-Seq datasets.
10K+
docker pull transipedia/dekupl-run
You may need to mount some volumes :
my-config.json to /dekupl/my-config.jsonconfig.json) to /dekupl/FASTQ_DIRconfig.json) to /dekupl/OUTPUT_DIRconfig.jsondocker run --rm -v ${PWD}my-config.json:/dekupl/my-config.json -v ${PWD}/data:/dekupl/data -v ${PWD}/results:/dekupl/results transipedia/dekupl-run --configfile my-config.json -jNB_THREADS --resources ram=MAX_MEMORY -p
singularity pull docker://transipedia/dekupl-run
./dekupl-run.simg --configfile my-config.json -jNB_THREADS --resources ram=MAX_MEMORY -p
OR
singularity build dekupl-run.img docker://transipedia/dekupl-run
singularity run ./dekupl-run.img --configfile my-config.json -jNB_THREADS --resources ram=MAX_MEMORY -p
You don't need to mount any volumes with singularity, but you must have your config.json and your inputs file in the directory where you are running dekupl-run.
Content type
Image
Digest
Size
767.8 MB
Last updated
about 5 years ago
docker pull transipedia/dekupl-run