Commit graph

7 commits

Author SHA1 Message Date
JoseEspinosa
ddbe8055c2 Adding tests 2021-01-29 19:31:33 +01:00
JoseEspinosa
43f9815621 Adding module bowtie2 align 2021-01-29 19:29:32 +01:00
JoseEspinosa
2f9934c563 Adding bowtie2_build module 2021-01-29 18:57:27 +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
FelixKrueger
e90164dd0b Adding back tool specific input output and index files 2020-07-15 15:46:45 +01:00
Phil Ewels
014fef2e92 Rename tools to software 2020-07-11 14:27:21 +02:00