Skip to content

Commit

Permalink
Merge pull request #249 from adamrtalbot/update_modules_to_use_test_path
Browse files Browse the repository at this point in the history
Update modules to use absolute path data
  • Loading branch information
drpatelh authored Jan 14, 2024
2 parents ea0a0a3 + 30031c0 commit 8a55a59
Show file tree
Hide file tree
Showing 29 changed files with 302 additions and 823 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #243](https://github.com/nf-core/fetchngs/pull/243) - Fixes for [PR #238](https://github.com/nf-core/fetchngs/pull/238)
- [PR #246](https://github.com/nf-core/fetchngs/pull/246) - Handle dark/light mode for logo in GitHub README properly
- [PR #248](https://github.com/nf-core/fetchngs/pull/248) - Update pipeline level test data path to use mirror on s3
- [PR #249](https://github.com/nf-core/fetchngs/pull/249) - Update modules which includes absolute paths for test data, making module level test compatible within the pipeline.

### Software dependencies

Expand Down
12 changes: 6 additions & 6 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"nf-core": {
"custom/sratoolsncbisettings": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "20e78a9868eaa69c8cac91152397def32374b807",
"installed_by": ["fastq_download_prefetch_fasterqdump_sratools"]
},
"sratools/fasterqdump": {
"branch": "master",
"git_sha": "b1d2002587ed81dcd0f4b4ffa79fcdbda59b4e80",
"git_sha": "20e78a9868eaa69c8cac91152397def32374b807",
"installed_by": ["fastq_download_prefetch_fasterqdump_sratools"]
},
"sratools/prefetch": {
"branch": "master",
"git_sha": "b1d2002587ed81dcd0f4b4ffa79fcdbda59b4e80",
"git_sha": "20e78a9868eaa69c8cac91152397def32374b807",
"installed_by": ["fastq_download_prefetch_fasterqdump_sratools"]
},
"untar": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "20e78a9868eaa69c8cac91152397def32374b807",
"installed_by": ["modules"]
}
}
Expand All @@ -31,7 +31,7 @@
"nf-core": {
"fastq_download_prefetch_fasterqdump_sratools": {
"branch": "master",
"git_sha": "cfd937a668919d948f6fcbf4218e79de50c2f36f",
"git_sha": "bdfd7bc8d2e5a93531e14bd94c4128d9a72a2435",
"installed_by": ["subworkflows"]
},
"utils_nextflow_pipeline": {
Expand All @@ -41,7 +41,7 @@
},
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "c81784b47d44464b35e04220e00051bb5be27524",
"git_sha": "524ccbab145985b26eb7daa6e551af486dab2100",
"installed_by": ["subworkflows"]
},
"utils_nfvalidation_plugin": {
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/custom/sratoolsncbisettings/environment.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/custom/sratoolsncbisettings/main.nf

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

4 changes: 2 additions & 2 deletions modules/nf-core/custom/sratoolsncbisettings/meta.yml

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

78 changes: 3 additions & 75 deletions modules/nf-core/custom/sratoolsncbisettings/tests/main.nf.test

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.

7 changes: 2 additions & 5 deletions modules/nf-core/sratools/fasterqdump/main.nf

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

10 changes: 0 additions & 10 deletions modules/nf-core/sratools/fasterqdump/nextflow.config

This file was deleted.

10 changes: 6 additions & 4 deletions modules/nf-core/sratools/fasterqdump/tests/main.nf.test

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

4 changes: 2 additions & 2 deletions modules/nf-core/sratools/fasterqdump/tests/main.nf.test.snap

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

11 changes: 5 additions & 6 deletions modules/nf-core/sratools/prefetch/main.nf

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

8 changes: 0 additions & 8 deletions modules/nf-core/sratools/prefetch/nextflow.config

This file was deleted.

5 changes: 3 additions & 2 deletions modules/nf-core/sratools/prefetch/tests/main.nf.test

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

4 changes: 3 additions & 1 deletion modules/nf-core/untar/environment.yml

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

Loading

0 comments on commit 8a55a59

Please sign in to comment.