Skip to content

sajr nextflow pipeline - developed by Shan Jiang, last update 2024-07-18

Notifications You must be signed in to change notification settings

Shajia-se/nf-sajr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nf-sajr

Run the workflow:

nextflow run nf-sajr -params-file nf-sajr/params.json -entry images -profile studio && \
nextflow run nf-sajr -params-file nf-sajr/params.json -entry config_template -profile studio && \
nextflow run nf-sajr -params-file nf-sajr/params.json -entry sajr_processing -profile studio && \
nextflow run nf-sajr -params-file nf-sajr/params.json -entry sajr_diff -profile studio && \
nextflow run nf-sajr -params-file nf-sajr/params.json -entry upload -profile studio

___


## Contributing

Make a commit, check the last tag, add a new one, push it and make a release:

git add -A . && git commit -m "" && git push git describe --abbrev=0 --tags git tag -e -a HEAD git push origin --tags gh release create

___


About

sajr nextflow pipeline - developed by Shan Jiang, last update 2024-07-18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nextflow 78.4%
  • R 21.6%