Skip to content

Commit

Permalink
added docu on bed input
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieLataretu committed Sep 15, 2022
1 parent 36acbb6 commit 6916906
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- '--bamclipper_additional_parameters' option to adjust BAMClipper parameters
- documentation on how names in the input BED file have to be to automatically generate a BEDPE file

## [0.2.7] 2022-08-23

Expand Down
3 changes: 2 additions & 1 deletion CoVpipe2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ def helpMSG() {
${c_dim}TAB-delimited text file containing at least 6 fields, see here:
https://bedtools.readthedocs.io/en/latest/content/general-usage.html#bedpe-format${c_reset}
OR
--primer_bed Provide the path to the primer BED file. [default: $params.primer_bed]
--primer_bed Provide the path to the primer BED file. A BEDPE file will be generated automatically.
The name of each entry has to match this pattern: primerID[_LEFT|_RIGHT]_ampliconID [default: $params.primer_bed]
OR
--primer_version Provide a primer version. Currently supported ARTIC versions: V1, V2, V3, V4, V4.1 [default: $params.primer_version]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ Robert Koch Institute, MF1 Bioinformatics
TAB-delimited text file containing at least 6 fields, see here:
https://bedtools.readthedocs.io/en/latest/content/general-usage.html#bedpe-format
OR
--primer_bed Provide the path to the primer BED file. [default: false]
--primer_bed Provide the path to the primer BED file. A BEDPE file will be generated automatically.
The name of each entry has to match this pattern: primerID[_LEFT|_RIGHT]_ampliconID [default: false]
OR
--primer_version Provide a primer version. Currently supported ARTIC versions: V1, V2, V3, V4, V4.1 [default: false]

Expand Down

0 comments on commit 6916906

Please sign in to comment.