Skip to content

Commit

Permalink
Implement feature skipping and add versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Oct 17, 2024
1 parent 440e14d commit 8b5a3a8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
bump_version: null
lint: null
nf_core_version: 3.0.2
org_path: null
repository_type: pipeline
nf_core_version: "2.14.1"
template:
author: Nico Trummer
description: A single cell transcriptomics pipeline for QC, integration and making
the results presentable
force: false
is_nfcore: true
name: scdownstream
org: nf-core
outdir: .
skip_features:
- fastqc
- igenomes
version: 0.0.1dev
update: null
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0dev - [date]
## v0.0.1dev - [2024-10-17]

Initial release of nf-core/scdownstream, created with the [nf-core](https://nf-co.re/) template.

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ manifest {
description = """A single cell transcriptomics pipeline for QC, integration and making the results presentable"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '1.0dev'
version = '0.0.1dev'
doi = ''
}

Expand Down

0 comments on commit 8b5a3a8

Please sign in to comment.