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

fix testdata file #120

Merged
merged 4 commits into from
Nov 30, 2021
Merged

fix testdata file #120

merged 4 commits into from
Nov 30, 2021

Conversation

lpantano
Copy link
Contributor

Last bit of the migration, point to the right test data for the current version and update mirtop version container.

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (nf-core lint .).
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • CHANGELOG.md is updated.

@github-actions
Copy link

github-actions bot commented Nov 23, 2021

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 59ffb03

+| ✅ 127 tests passed       |+
#| ❔   9 tests were ignored |#
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: '2.0.0'
  • readme - README did not have a Nextflow minimum version mentioned in Quick Start section.

❔ Tests ignored:

  • files_exist - File is ignored: bin/scrape_software_versions.py
  • files_exist - File is ignored: modules/local/get_software_versions.nf
  • files_unchanged - File ignored due to lint config: .markdownlint.yml
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File does not exist: bin/scrape_software_versions.py
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • files_unchanged - File ignored due to lint config: assets/multiqc_config.yaml

✅ Tests passed:

Run details

  • nf-core/tools version 2.1
  • Run at 2021-11-23 19:28:59

Copy link
Member

@JoseEspinosa JoseEspinosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just made a small comment regarding the versioning of the sample sheet, otherwise looks good to me 🍬

@@ -1,7 +1,9 @@
# nf-core/smrnaseq: Changelog

## v1.3.0dev - [2021-09-15]
## v2.0.0dev - [2021-09-15]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I think a 2.0.0 is justified here!

mature = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/mature.fa'
hairpin = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hairpin.fa'
mirna_gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hsa.gff3'
input = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/testdata/samplesheet.csv'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could implement a similar versioning such as in the rnaseq pipeline e.g. https://github.com/nf-core/test-datasets/tree/rnaseq/samplesheet/v3.4

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea, especially if some potential future changes are coming in that might have to adjust the format at some point again 👍🏻

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, should I merge and then coordinate this? or do you want to do it now?

@@ -1,7 +1,9 @@
# nf-core/smrnaseq: Changelog

## v1.3.0dev - [2021-09-15]
## v2.0.0dev - [2021-09-15]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I think a 2.0.0 is justified here!

mature = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/mature.fa'
hairpin = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hairpin.fa'
mirna_gtf = 'https://github.com/nf-core/test-datasets/raw/smrnaseq-better-input/reference/hsa.gff3'
input = 'https://github.com/nf-core/test-datasets/raw/smrnaseq/testdata/samplesheet.csv'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea, especially if some potential future changes are coming in that might have to adjust the format at some point again 👍🏻

@JoseEspinosa
Copy link
Member

I merge this PR. A new PR will address the requested changes regarding test-datasets versioning 🚀

@JoseEspinosa JoseEspinosa merged commit e979ed2 into dev Nov 30, 2021
@JoseEspinosa JoseEspinosa mentioned this pull request Dec 1, 2021
11 tasks
@apeltzer apeltzer deleted the lpantano-patch-fix-testdata-file branch December 17, 2021 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants