1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-12 00:24:09 -05:00
Commit graph

65 commits

Author SHA1 Message Date
riederd
601bf5eb64
do not add "." in prefix when suffix is set ()
when using the suffix option in the fastqc module it gets added with a "." to the ${meta.id}, this leads to sample name clashing when passing the fastqc output of raw and processed files suffixed with "trim" or "clean" to multiqc.
I suggest to remove the "." this would also be more consistent with the prefix def in most of the other nf-core modules.

##' Ref:
https://nfcore.slack.com/archives/CJRH30T6V/p1625129138043900
2021-07-01 11:14:58 +01:00
Jose Espinosa-Carrasco
95e02f913f
Update comments with new style ()
* Update comment style on functions.nf files

* Update test main.nf comments

* Add meta for ggread
2021-05-12 14:56:46 +01:00
Harshil Patel
dce27b8102
Update functions.nf to be more flexible for publishing by meta keys ()
* Update functions.nf

* Replace saveAs line in module main script

* Add spacing for ECLint
2021-04-09 17:23:56 +01:00
Patrick Hüther
8a44258548
remove params section from meta.yml () 2021-03-19 13:16:50 +01:00
Jose Espinosa-Carrasco
572abb00b3
Remove def from module options definition in main ()
* Remove def from module options definition in main

* Fix bismark_deduplicate tests

* Fix bwameth_align tests

* Fixing gatk4 conda tests ("=" instead of ':' in build id)

* Same as previous commit (Fix gatk4 test)

* Fix qualimap bamqc test (no md5 check for pngs)

* Fix seqkit split2 tests. Changed to new test data

* Fix samtools tests. Some were missing initOptions include

* Removing TOOL SUBTOOL template module since now it is included on tools repo
2021-03-15 12:16:43 +00:00
drpatelh
dcc580e4fb Remove Conda build ids for all modules 2021-02-16 23:58:23 +00:00
drpatelh
c0926b0b6b various - add build to conda definition 2021-02-03 09:19:46 +00:00
Edmund Miller
d76638d6f8
style(): Fix editorconfig errors 2020-12-17 17:50:24 -06:00
drpatelh
200c946693 Add --singularity_pull_docker_container to module yml 2020-12-14 00:34:24 +00:00
drpatelh
047dbde0af Add singularity containers for rnaseq pipeline modules 2020-12-13 23:41:53 +00:00
Edmund Miller
ba681c6f27 refactor(pytest-workflow): Move fastqc tests to tests/ 2020-11-24 20:26:04 +00:00
Edmund Miller
c264c66a49
test(fastqc): Use -entry to speed up tests
`--wt, --workflow-threads` is now an option and can be used to run tests
simultaneously.
2020-11-16 13:41:59 -06:00
Edmund Miller
a4544a11ad
chore(fastqc): Remove test output 2020-11-16 10:22:19 -06:00
drpatelh
a3f46865ff Remove Singularity image path 2020-11-12 14:55:16 +00:00
drpatelh
29f9b05433 Update docs 2020-10-15 11:13:54 +01:00
drpatelh
530789ba85 Get tests passing 2020-10-15 10:47:15 +01:00
drpatelh
14525ed50d Remove functions file 2020-10-14 18:29:50 +01:00
drpatelh
e438d026bd Unify syntax 2020-09-10 16:45:11 +01:00
drpatelh
473f1b192f Update functions script 2020-09-10 15:59:26 +01:00
Jeremy1805
789dc4f09a Changed options.publish_files definition in functions.nf/initOptions 2020-08-20 11:57:10 +01:00
drpatelh
736a0aa43c Update indents and syntax 2020-08-07 15:05:25 +01:00
drpatelh
375af1428e Minor change 2020-08-07 12:38:10 +01:00
drpatelh
2c0f552908 Add output files 2020-08-07 12:18:43 +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
f315a7b3c4 Hard copy files 2020-08-05 18:38:27 +01:00
drpatelh
5d224740cd Change path 2020-08-05 17:17:58 +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
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
Phil Ewels
dcc4beacb1 Fix FastQC test 2020-07-17 11:26:50 +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 from stevekm/fastqc-unit-test
add FastQC output validation and md5 checksum hash checks
2020-07-16 15:13:44 +02:00
Stephen Kelly
45fbbb538c add FastQC output validation and md5 checksum hash checks 2020-07-16 08:20:37 -04:00
FelixKrueger
e90164dd0b Adding back tool specific input output and index files 2020-07-15 15:46:45 +01:00
drpatelh
532859d437 Update path 2020-07-15 14:07:19 +01:00
Gregor Sturm
a2bcb5c36a Update module according to discussion on Slack 2020-07-15 13:04:49 +02:00