8000 GitHub - stjudecab/test_datasets: Test data used in github actions for stjudecab's bioinformatics pipelines
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stjudecab/test_datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

test_datasets

Test data used in github actions for stjudecab's bioinformatics pipelines

Introduction

This repository serves as a centralized testing datasets for our stjudecab's Nextflow-based bioinformatics pipelines. Each branch is dedicated to a specific pipeline, containing all necessary files for comprehensive testing and infrastructure validation (e.g., conda, docker and singularity).

Optimizing cloning

Due to the large size of test datasets, we recommend cloning only the specific branch(es) you need:

# Clone a single pipeline branch
git clone <url> --single-branch --branch <pipeline/branch_name>

To add another pipeline branch to your local repository later:

git remote set-branches --add origin <remote-branch>
git fetch
git checkout <remote-branch>

Support

If you encounter any issues or have questions about testing specific pipelines, please submit an issue through our GitHub Issues page.

Contributing

To contribute new test datasets or improve existing tests, please follow our standard pull request process targeting the appropriate pipeline branch.

About

Test data used in github actions for stjudecab's bioinformatics pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0