TheJacksonLaboratory / splicing-pipelines-nf

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

Updates all tools and moves docker containers to anczukowlab repo #248

Closed Vlad-Dembrovskyi closed 3 years ago

Vlad-Dembrovskyi commented 3 years ago

Description

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

Solves issues:

Updates:

Moves all containers to anczukowlab dockerhub account:

image

Changes

Since STAR version 2.7.4a STAR requires a new index. So all previously used STAR indices will have to be rebuilt with new version of STAR to work correctly.

The start index used for the ultra_quick_test is already rebuilt and set in profile with this PR. All other indices will have to be updated additionally.

Testing

Pipeline is successfully tested locally with docker and singularity options:

NXF_VER=20.01.0 nextflow run . -profile ultra_quick_test,docker

image

NXF_VER=20.01.0 nextflow run . -profile ultra_quick_test,singularity

image

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 vlad-updates-tools
nextflow run . -profile  ultra_quick_test,sumner

Other tests should be performed only after updating the STAR indices they are using. Command to create new star index:

STAR   --runMode genomeGenerate   --runThreadN 2   --genomeDir star/   --genomeFastaFiles genome.fa --sjdbGTFfile genes.gtf

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

angarb commented 3 years ago

Successful run on Sumner with real dataset: N E X T F L O W ~ version 21.04.3 Launching /projects/anczukow-lab/angarb/splicing-pipelines-nf/main.nf [scruffy_plateau] - revision: a8627051fa

image

Vlad-Dembrovskyi commented 3 years ago

New images successfully pulled by singularity on sumner image