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
4f590ff239
Remove some more modules
2020-08-05 17:25:34 +01:00
drpatelh
1edc58a36b
Pinch docs and delete redundant modules
2020-08-05 17:24:40 +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
Harshil Patel
7f13463d0b
Merge pull request #52 from drpatelh/master
...
Why isn't GitHub API refreshing with these changes?!
2020-08-05 16:36:25 +01:00
drpatelh
4a65c77e58
deprecated/trim_galore/Dockerfile
2020-08-05 16:34:07 +01:00
drpatelh
3ec4f63fd8
Use correct link to fastqc
2020-08-05 16:28:42 +01:00
Harshil Patel
2b6a68260b
Merge pull request #51 from drpatelh/master
...
Test latest FastQC implementation
2020-08-05 16:10:41 +01:00
drpatelh
c08e6959a5
Reorganise everything
2020-08-05 16:09:25 +01:00
Harshil Patel
88eac382be
Merge pull request #41 from MaxUlysse/bwa-mem2
...
add module for bwa-mem2 index
2020-08-05 15:45:43 +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
Harshil Patel
b3145e3f19
Merge pull request #50 from nf-core/minor-style-improvements
...
Minor style improvements
2020-07-27 12:04:04 +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
6dfb9f02c9
Merge pull request #47 from stevekm/fastqc-unit-test
...
move md5 function to lib dir and symlink to fastqc test dir, rename m…
2020-07-23 11:46:10 +02:00
Phil Ewels
dbf5b267b1
Fix code format linting
2020-07-23 11:43:48 +02:00
Phil Ewels
3406ed4da0
Merge branch 'master' into fastqc-unit-test
2020-07-17 16:00:59 +02:00
Phil Ewels
c2aef67408
Merge pull request #49 from ewels/fix-actions
...
Fix a bunch of stuff in GitHub Actions test workflows
2020-07-17 16:00:23 +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
Phil Ewels
dcc4beacb1
Fix FastQC test
2020-07-17 11:26:50 +02:00
Phil Ewels
9b4634a426
Use latest edge version of NXF for FastQC test
2020-07-17 10:35:17 +02:00
Phil Ewels
e71bb92534
Workflows - trigger on change to workflow and test data too
2020-07-16 17:14:57 +02:00
Phil Ewels
aa24c8d175
Fix a bunch of stuff in GitHub Actions test workflows
2020-07-16 17:11:34 +02:00
Gregor Sturm
2b6dc71338
Merge pull request #48 from grst/update-requirements
...
Update module requirements with consensus from today's meeting
2020-07-16 16:54:15 +02:00
Gregor Sturm
6634a37bfd
Update README.md
...
Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
2020-07-16 16:48:47 +02:00
Gregor Sturm
f95f234562
Update README.md
...
Co-authored-by: Phil Ewels <phil.ewels@scilifelab.se>
2020-07-16 16:48:22 +02:00
JoseEspinosa
a09e3a633d
I forgot to uncomment output
2020-07-16 16:38:37 +02:00
JoseEspinosa
d30089f12d
Very preliminary implementation of passing optional params to bedtools/intersect modules
2020-07-16 16:37:33 +02:00
Gregor Sturm
9b83ad1fe2
Update README
2020-07-16 15:42:41 +02:00
Stephen Kelly
846a862513
move md5 function to lib dir and symlink to fastqc test dir, rename md5 function
2020-07-16 09:17:48 -04:00
Phil Ewels
9dfafb4a19
Merge pull request #46 from stevekm/fastqc-unit-test
...
add FastQC output validation and md5 checksum hash checks
2020-07-16 15:13:44 +02:00
Stephen Kelly
4957eb98e5
update GitHub actions for Fastqc
2020-07-16 08:49:08 -04:00
Stephen Kelly
61d44c34d0
update GitHub actions for Fastqc
2020-07-16 08:31:19 -04:00
Stephen Kelly
45fbbb538c
add FastQC output validation and md5 checksum hash checks
2020-07-16 08:20:37 -04:00
Harshil Patel
4ee6da3a34
Merge pull request #45 from FelixKrueger/master
...
Adding back in all input files we had before
2020-07-16 09:32:06 +01:00