Commit graph

96 commits

Author SHA1 Message Date
drpatelh
3a4fbf36ae Add test 2020-08-07 11:31:07 +01:00
drpatelh
b1381bb577 Add TODOs 2020-08-07 11:30:55 +01:00
drpatelh
e657363900 Add nextflow config to folder 2020-08-07 10:59:05 +01:00
drpatelh
bdfe187440 Add TODO comments 2020-08-07 10:58:36 +01:00
drpatelh
9296897009 Define options as input 2020-08-07 10:58:24 +01:00
drpatelh
4f76bb6b03 Add nextflow.config 2020-08-07 10:06:45 +01:00
drpatelh
7efd46b489 Add nextflow.config 2020-08-07 09:59:19 +01:00
drpatelh
fab020461b Add -with-docker 2020-08-07 09:44:16 +01:00
drpatelh
111b1505fa Add basedir 2020-08-07 09:40:02 +01:00
drpatelh
75e7e1573c Add output files 2020-08-07 09:32:28 +01:00
drpatelh
754fad7c8e Update output paths 2020-08-07 09:32:03 +01:00
drpatelh
b0abd14135 Update tests 2020-08-07 09:31:27 +01:00
drpatelh
0466d5249b Update docs 2020-08-07 00:50:49 +01:00
drpatelh
f014e67de6 Remove old outputs 2020-08-07 00:37:13 +01:00
drpatelh
2c7abca088 Move unit tests to deprecated 2020-08-07 00:36:05 +01:00
drpatelh
16d3ad5d06 Adapt script for meta 2020-08-07 00:35:34 +01:00
drpatelh
c98b32dfa8 Add link to functions file 2020-08-06 16:26:57 +01:00
drpatelh
e2b47a6fa3 Add software requirements section 2020-08-06 15:22:32 +01:00
drpatelh
2c9cd2d89b Update main script 2020-08-06 12:00:38 +01:00
drpatelh
530b4c1bd9 Add test directory 2020-08-06 11:32:38 +01:00
drpatelh
b7d0ee043e Initial commit 2020-08-06 11:32:18 +01:00
drpatelh
f021ab119b Initial commit 2020-08-06 11:32:11 +01:00
drpatelh
ab512be9aa Initial commit 2020-08-06 11:31:52 +01:00
drpatelh
f315a7b3c4 Hard copy files 2020-08-05 18:38:27 +01:00
drpatelh
ab8a9025a0 Copy across test data and docs for trimgalore 2020-08-05 17:28:25 +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
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
5d224740cd Change path 2020-08-05 17:17:58 +01:00
drpatelh
137db462a7 Add samtools 2020-08-05 17:17:47 +01:00
drpatelh
993d0d5743 Add picard 2020-08-05 17:17:41 +01:00
drpatelh
9d168cf29e Add deeptools 2020-08-05 17:17:34 +01:00
drpatelh
f481899049 Add subread 2020-08-05 17:17:19 +01:00
drpatelh
20e6d847a3 Add trimgalore 2020-08-05 17:17:12 +01:00
drpatelh
c5bb9c2fde Add macs2 2020-08-05 17:17:05 +01:00
drpatelh
f61ad7506a Add homer 2020-08-05 17:16:56 +01:00
drpatelh
71d7aecf74 Add preseq 2020-08-05 17:16:45 +01:00
drpatelh
e94676a2b2 Add phantompeakqualtools 2020-08-05 17:16:34 +01:00
drpatelh
6fe4ec16df Add ucsc 2020-08-05 17:16:23 +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
7f5ca56413 Soft-link functions to top-level module dir 2020-08-05 17:03:04 +01:00
drpatelh
3ec4f63fd8 Use correct link to fastqc 2020-08-05 16:28:42 +01:00
drpatelh
c08e6959a5 Reorganise everything 2020-08-05 16:09:25 +01:00
Harshil Patel
95a91032ce
Merge pull request #42 from JoseEspinosa/bedtools_dev
Add modules complement, genomecov, intersect, merge, sort for bedtools
2020-08-05 15:45:17 +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
3406ed4da0 Merge branch 'master' into fastqc-unit-test 2020-07-17 16:00:59 +02:00
Phil Ewels
f01b3f13a6 Remove debugging statement 2020-07-17 16:00:08 +02:00
Phil Ewels
2d1252c804 FastQC tests - disable hash check 2020-07-17 11:30:28 +02:00