Skip to content

Commit

Permalink
Merge branch 'dev' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jan 31, 2024
2 parents 56a16a3 + ce31465 commit f932649
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
NXF_ANSI_LOG: false
NFT_VER: "0.8.3"
NFT_VER: "0.8.4"
NFT_WORKDIR: "~"
NFT_DIFF: "pdiff"
NFT_DIFF_ARGS: "--line-numbers --expand-tabs=2"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #258](https://github.com/nf-core/fetchngs/pull/258) - Fixes for [PR #253](https://github.com/nf-core/fetchngs/pull/253)
- [PR #259](https://github.com/nf-core/fetchngs/pull/259) - Add Aspera CLI download support to pipeline ([#68](https://github.com/nf-core/fetchngs/issues/68))
- [PR #261](https://github.com/nf-core/fetchngs/pull/261) - Revert sratools fasterqdump version ([#221](https://github.com/nf-core/fetchngs/issues/221))
- [PR #262](https://github.com/nf-core/fetchngs/pull/262) - Use nf-test version v0.8.4 and remove implicit tags

### Software dependencies

Expand Down
2 changes: 0 additions & 2 deletions modules/local/aspera_cli/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ nextflow_process {
script "../main.nf"
process "ASPERA_CLI"

tag "ASPERA_CLI"

test("Should run without failures") {

when {
Expand Down
2 changes: 0 additions & 2 deletions modules/local/multiqc_mappings_config/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ nextflow_process {
script "../main.nf"
process "MULTIQC_MAPPINGS_CONFIG"

tag "MULTIQC_MAPPINGS_CONFIG"

test("Should run without failures") {

when {
Expand Down
2 changes: 0 additions & 2 deletions modules/local/sra_fastq_ftp/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ nextflow_process {
script "../main.nf"
process "SRA_FASTQ_FTP"

tag "SRA_FASTQ_FTP"

test("Should run without failures") {

when {
Expand Down
2 changes: 0 additions & 2 deletions modules/local/sra_ids_to_runinfo/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ nextflow_process {
script "../main.nf"
process "SRA_IDS_TO_RUNINFO"

tag "SRA_IDS_TO_RUNINFO"

test("Should run without failures") {

when {
Expand Down
2 changes: 0 additions & 2 deletions modules/local/sra_runinfo_to_ftp/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ nextflow_process {
script "../main.nf"
process "SRA_RUNINFO_TO_FTP"

tag "SRA_RUNINFO_TO_FTP"

test("Should run without failures") {

when {
Expand Down
2 changes: 0 additions & 2 deletions modules/local/sra_to_samplesheet/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ nextflow_process {
script "../main.nf"
process "SRA_TO_SAMPLESHEET"

tag "SRA_TO_SAMPLESHEET"

test("Should run without failures") {

when {
Expand Down

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

1 change: 0 additions & 1 deletion 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.

1 change: 0 additions & 1 deletion 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.

3 changes: 1 addition & 2 deletions modules/nf-core/untar/tests/main.nf.test

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ nextflow_workflow {
name "Test Workflow PIPELINE_COMPLETION"
script "subworkflows/local/utils_nfcore_fetchngs_pipeline/main.nf"
workflow "PIPELINE_COMPLETION"
tag "PIPELINE_COMPLETION"

test("Should run") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ nextflow_workflow {
name "Test Workflow PIPELINE_INITIALISATION"
script "subworkflows/local/utils_nfcore_fetchngs_pipeline/main.nf"
workflow "PIPELINE_INITIALISATION"
tag 'PIPELINE_INITIALISATION'

test("Should run") {

Expand Down

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.

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

1 change: 0 additions & 1 deletion workflows/sra/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ nextflow_workflow {
name "Test workflow: sra/main.nf"
script "../main.nf"
workflow "SRA"
tag "SRA"

// Dependencies
tag "MULTIQC_MAPPINGS_CONFIG"
Expand Down

0 comments on commit f932649

Please sign in to comment.