Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update modules to use absolute path data #249

Merged
merged 8 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {
maxulysse marked this conversation as resolved.
Show resolved Hide resolved
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
Loading