Skip to content

Commit

Permalink
Merge pull request #89 from nf-core/refactor-sra
Browse files Browse the repository at this point in the history
refactor: use nf-core modules for sratools subworkflow
  • Loading branch information
Midnighter authored May 16, 2022
2 parents 3a795cb + 3630eb6 commit 094f5f7
Show file tree
Hide file tree
Showing 16 changed files with 370 additions and 205 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Enhancements & fixes

- [#89](https://github.com/nf-core/fetchngs/pull/89) - Improve detection and usage of the NCBI user settings by using the standardized sra-tools modules from nf-core.

- [[nf-core/rnaseq#764](https://github.com/nf-core/rnaseq/issues/764)] - Test fails when using GCP due to missing tools in the basic biocontainer
- Updated pipeline template to [nf-core/tools 2.3.2](https://github.com/nf-core/tools/releases/tag/2.3.2)

Expand Down
100 changes: 0 additions & 100 deletions bin/retry_with_backoff.sh

This file was deleted.

9 changes: 9 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"nf-core/modules": {
"custom/dumpsoftwareversions": {
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
},
"custom/sratoolsncbisettings": {
"git_sha": "b2dbaa99309a2057efc32ef9d029ed91140068df"
},
"sratools/fasterqdump": {
"git_sha": "0cdf7767a79faf424645beeff83ecfa5528b6a7c"
},
"sratools/prefetch": {
"git_sha": "1b228835e9525990db99243cb4f0d07aa6e01bc3"
}
}
}
Expand Down
41 changes: 0 additions & 41 deletions modules/local/sratools_prefetch.nf

This file was deleted.

20 changes: 20 additions & 0 deletions modules/nf-core/modules/custom/sratoolsncbisettings/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions modules/nf-core/modules/custom/sratoolsncbisettings/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions modules/nf-core/modules/sratools/fasterqdump/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 094f5f7

Please sign in to comment.