Skip to content

e11bio/prepipe-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prepipe-containers

Container images for the E11 preprocessing pipeline.

Images

bigstitcher-spark

BigStitcher-Spark with concurrent tile optimization enabled. Based on JaneliaSciComp/BigStitcher-Spark with patches from:

# Pull the image
docker pull ghcr.io/e11bio/bigstitcher-spark:latest

# Use in Nextflow (apptainer)
apptainer.runOptions = ''  # no bind mount needed
process {
    withName:BIGSTITCHER_MODULE {
        container = 'ghcr.io/e11bio/bigstitcher-spark:latest'
    }
}

Built automatically on push to main via GitHub Actions.

About

Containers for the prepipe preprocessing pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors