Commit graph

13 commits

Author SHA1 Message Date
Abhinav Sharma
3da7aec183 Update the signatures 2020-12-04 12:25:16 +05:30
Abhinav Sharma
a30df8a59b Iterate again on MultiQC 2020-12-04 12:11:17 +05:30
Abhinav Sharma
5fd3ba3ce6 Update the tests for MultiQC 2020-12-02 13:09:32 +05:30
Abhinav Sharma
4e657c82e2 Move the MultiQC test files to data folder 2020-12-01 12:27:31 +05:30
Abhinav Sharma
b43c1f3937 Refactor the multiqc test code 2020-12-01 12:19:52 +05:30
Abhinav Sharma
131609dc05 Tweak the output section to make the tests pass 2020-12-01 12:03:37 +05:30
Paolo Cozzi
835ac48565 Fixing MULTIQC module and adding tests (#1)
* fix multiqc process

* fix multiqc tests

* move multiqc test input data into tests/data/fastqc/ folder

Move input tests data into tests/data/fastqc/ and linking those files into software/multiqc/test/input/ as stated from the project documentation

* add multiqc github workflow

* remove unused file

* generalize multiqc input data

User must collect all desidered files in a channel (as described in https://seqera.io/training/#_multiqc_report

* update meta information
2020-12-01 12:03:37 +05:30
Abhinav Sharma
2783913122 initial attempt for multiqc module 2020-12-01 12:03:37 +05:30
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
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