Skip to content

Commit

Permalink
fix: bump + format version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Oct 24, 2024
1 parent f4a6434 commit 10d4382
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ template:
org: nf-core
outdir: .
skip_features: null
version: 1.0dev
version: 1.2.0
update: null
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/crispriscreen/tree/dev" target="_blank">nf-core/crispriscreen</a>
This report has been generated by the <a href="https://github.com/nf-core/crispriscreen/releases/tag/1.2.0" target="_blank">nf-core/crispriscreen</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/crispriscreen/dev/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/crispriscreen/1.2.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-crispriscreen-methods-description":
order: -1000
Expand Down
5 changes: 1 addition & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ profiles {
// Load nf-core custom profiles from different Institutions
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"

// Load nf-core/crispriscreen custom profiles from different institutions.
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/crispriscreen.config" : "/dev/null"

// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
// Set to your registry if you have a mirror of containers
Expand Down Expand Up @@ -255,7 +252,7 @@ manifest {
description = """Pipeline to process next generation sequencing data obtained from CRISPRi repression library screenings."""
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.2'
version = '1.0dev'
version = '1.2.0'
doi = ''
}

Expand Down

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

0 comments on commit 10d4382

Please sign in to comment.