Commit graph

8 commits

Author SHA1 Message Date
drpatelh
f315a7b3c4 Hard copy files 2020-08-05 18:38:27 +01:00
drpatelh
50fce8b3cf Copy across test data and docs for samtools sort 2020-08-05 17:28:09 +01:00
drpatelh
de9d33da12 Copy across test data and docs for samtools index 2020-08-05 17:27:58 +01:00
drpatelh
137db462a7 Add samtools 2020-08-05 17:17:47 +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