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

Template update #71

Merged
merged 64 commits into from
Mar 19, 2025
Merged

Template update #71

merged 64 commits into from
Mar 19, 2025

Conversation

MeriamOs
Copy link

nf-core/coproid pull request

Many thanks for contributing to nf-core/coproid!

Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).

PR checklist

  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • If necessary, also make a PR on the nf-core/coproid branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,singularity).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: CONTRIBUTING.md

nf-core-bot and others added 30 commits July 30, 2020 20:05
sam2lca_identity = 0.8
sam2lca_acc2tax = 'adnamap' //'adnamap' for db build, 'nucl' for default
kraken2_db = 'https://github.com/nf-core/test-datasets/raw/coproid/kraken.tar.gz'
sp_sources = 'https://github.com/nf-core/test-datasets/raw/coproid/sourcepredict/test_sources.csv'
sp_labels = 'https://github.com/nf-core/test-datasets/raw/coproid/sourcepredict/test_labels.csv'
sp_sources = 'https://raw.githubusercontent.com/maxibor/sourcepredict/master/data/modern_gut_microbiomes_sources.csv'
Copy link
Member

Choose a reason for hiding this comment

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

These will need to be hosted on the coproID repository itself. Or in the nf-core test datasets repo.

sp_sources = 'https://github.com/nf-core/test-datasets/raw/coproid/sourcepredict/test_sources.csv'
sp_labels = 'https://github.com/nf-core/test-datasets/raw/coproid/sourcepredict/test_labels.csv'
sp_sources = 'https://raw.githubusercontent.com/maxibor/sourcepredict/master/data/modern_gut_microbiomes_sources.csv'
sp_labels = 'https://raw.githubusercontent.com/maxibor/sourcepredict/master/data/modern_gut_microbiomes_labels.csv'
Copy link
Member

Choose a reason for hiding this comment

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

same as above

nextflow.config Outdated
// nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/demo.config" : "/dev/null"
// Load nf-core/coproid custom profiles from different institutions.
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
Copy link
Member

Choose a reason for hiding this comment

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

Need to remove TODO comments

main.nf Outdated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

// TODO nf-core: Remove this line if you don't need a FASTA file
Copy link
Member

Choose a reason for hiding this comment

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

Need to remove todo comments

@maxibor maxibor merged commit c57d98b into nf-core:dev Mar 19, 2025
4 checks passed
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.

4 participants