TheJacksonLaboratory / splicing-pipelines-nf

Repository for the Anczukow-Lab splicing pipeline
14 stars 9 forks source link

Implements .command.* save in results/ #251

Closed cgpu closed 3 years ago

cgpu commented 3 years ago

Description

Current updates almost all tool version used in the pipelines and moves all docker containers to dockerhub/anczukowlab repository.

Addresses issues:

1. Important

2. Enhancments

Testing

Pipeline is successfully tested locally with docker and singularity options:

NXF_VER=20.01.0 nextflow run . -profile ultra_quick_test,docker
NXF_VER=20.01.0 nextflow run . -profile ultra_quick_test,singularity

To test

Pipeline still has to be tested on sumner. Also options to run pipeline with pulling data from SRA and other sources should be tested.

git clone https://github.com/TheJacksonLaboratory/splicing-pipelines-nf
cd splicing-pipelines-nf
git checkout save-.command.-logs
nextflow run . -profile  ultra_quick_test,sumner

The command above should be run using the latest version of anczukowlab/splicing-pipelines-nf container

Vlad-Dembrovskyi commented 3 years ago

Why does the PR description say this? Couldn't see any tools updated or containers changed. Looks like a remnant of copy-paste from another PR

Current updates almost all tool version used in the pipelines and moves all docker containers to dockerhub/anczukowlab repository.