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

Dev -> Master 2.7.0 #420

Open
wants to merge 160 commits into
base: master
Choose a base branch
from
Open

Dev -> Master 2.7.0 #420

wants to merge 160 commits into from

Conversation

sateeshperi
Copy link
Contributor

No description provided.

sateeshperi and others added 30 commits January 6, 2024 00:42
post-release dev bump version and snapshots
add missing comma
Important! Template update for nf-core/tools v2.12
Following the template
Important! Template update for nf-core/tools v2.13
Important! Template update for nf-core/tools v2.13.1
Samplesheet input section was duplicated
remove duplicate section from usage.md
This should now have both unique samples and samples that need to be merged for both single-end and paired-end scenarios.
Switching R1 and R2 round for the last test merge, which should also work (both for merging and for processing even though it won't align in directional mode).
@sateeshperi
Copy link
Contributor Author

do not merge until confirmation of test_full runs

@sateeshperi sateeshperi marked this pull request as ready for review October 17, 2024 16:55
.nf-core.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
main.nf Show resolved Hide resolved
Comment on lines +49 to +53
{ assert workflow.success },
{ assert snapshot(
// Number of tasks
workflow.trace.succeeded().size()
).match() }
Copy link
Member

Choose a reason for hiding this comment

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

no snapshots of files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Comment on lines +51 to +55
{ assert workflow.success },
{ assert snapshot(
// Number of tasks
workflow.trace.succeeded().size()
).match() }
Copy link
Member

Choose a reason for hiding this comment

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

no snapshots of files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

same

Comment on lines +51 to +55
{ assert workflow.success },
{ assert snapshot(
// Number of tasks
workflow.trace.succeeded().size()
).match() }
Copy link
Member

Choose a reason for hiding this comment

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

no snapshots of files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

its there

nextflow.config Outdated Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved

// location of an optional nextflow.config file specific for executing tests
configFile "nextflow.config"
configFile "tests/nextflow.config"
Copy link
Member

Choose a reason for hiding this comment

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

what else do you have there that's not already in the profile test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thats how I have it -

configFile "tests/nextflow.config"

how come you are seeing this diff ?

profile "test"

// List of filenames or patterns that should be trigger a full test run
triggers 'nextflow.config', 'nf-test.config', 'conf/test.config', 'conf/test_full.config'
Copy link
Member

Choose a reason for hiding this comment

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

no .nf files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the nf files are automatically detected by nf-test with the --changed-since feature in the CI

the triggers here meanwhile will make sure all tests are run if any of the trigger files are changed

Copy link
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

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

Some minor comments.
Looking super good

@sateeshperi sateeshperi linked an issue Oct 20, 2024 that may be closed by this pull request
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.

Pipeline requires 72GB of RAM, even to test.