Commit graph

9 commits

Author SHA1 Message Date
Harshil Patel
a6d6c0b973
Update software/gatk/createsequencedictionary/main.nf 2021-02-16 22:08:11 +00:00
Harshil Patel
7c64e70c9e
Update software/gatk/createsequencedictionary/meta.yml 2021-02-16 22:07:51 +00:00
MaxUlysse
28dc9227d7 fix: remove memory requirements and simplify URI 2021-02-16 13:54:40 +01:00
MaxUlysse
30e3f2c5f5 fix: ECLint check: trailing whitespace 2021-02-16 13:42:34 +01:00
MaxUlysse
7f35a1742d chores: add gatk/createsequencedictionary module 2021-02-16 13:40:06 +01:00
drpatelh
c08e6959a5 Reorganise everything 2020-08-05 16:09:25 +01:00
Paolo Di Tommaso
70daf8be30
Minor style improvents
This commit provides a minor refactoring with som
Nextflow code style improvments:
- Replaces `.toGiga()` with `.giga`
- Replaces `tag { foo }` with `tag "$foo"`
- Move publishDir before input declarations. Directives should be
  before the first input. Tho this is not enforced, it may be in
  future versions.
- Replaces input `file` with `path`
- Remove unnecessary parentheses
2020-07-27 12:11:42 +02:00
Phil Ewels
d3f3432451 Update test file imports 2020-07-11 14:33:12 +02:00
Phil Ewels
014fef2e92 Rename tools to software 2020-07-11 14:27:21 +02:00