Skip to content

Commit

Permalink
Merge branch 'primers_tsv' into 'dev'
Browse files Browse the repository at this point in the history
primers tsv

See merge request epi2melabs/workflow-containers/wf-clone-validation!50
  • Loading branch information
sarahjeeeze committed Sep 7, 2021
2 parents 61293ce + 1ce137f commit 4fca9bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [v0.1.3]
### Fixed
- Default Primers parameter txt to tsv.

## [v0.1.2]
### Added
- Fastcat stats plots in tabs for pass and failed samples.
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Expand Up @@ -13,7 +13,7 @@
params {
help = false
out_dir = "output"
wfversion = "v0.1.2"
wfversion = "v0.1.3"
fastq = null
db_directory = null
sanitize_fastq = false
Expand All @@ -28,7 +28,7 @@ params {
prefix = null
min_barcode = null
max_barcode = null
primers = "$projectDir/data/primers.txt"
primers = "$projectDir/data/primers.tsv"
reference = null
}

Expand Down

0 comments on commit 4fca9bf

Please sign in to comment.