Commit graph

15 commits

Author SHA1 Message Date
drpatelh
7ab1245eb5 Add test data 2020-08-07 13:24:39 +01:00
drpatelh
b5338efb7d Add tests for BWA mem 2020-08-07 13:24:24 +01:00
drpatelh
cff81ef875 Add test data 2020-08-07 12:57:32 +01:00
drpatelh
7604bd27fc Add test nextflow.config 2020-08-07 12:56:52 +01:00
drpatelh
f367f9ef69 Add main test script 2020-08-07 12:56:39 +01:00
drpatelh
a6fc702c8b Update bwa index docs 2020-08-07 12:38:01 +01:00
drpatelh
f315a7b3c4 Hard copy files 2020-08-05 18:38:27 +01:00
drpatelh
fb697eca2f Copy across test data and docs for bwa mem 2020-08-05 17:27:42 +01:00
drpatelh
da4dcee934 Copy across test data and docs for bwa index 2020-08-05 17:27:28 +01:00
drpatelh
3b1669c317 Add bwa mem 2020-08-05 17:16:08 +01:00
drpatelh
7938a60a02 Add bwa index 2020-08-05 17:15:56 +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