Commit graph

1116 commits

Author SHA1 Message Date
Harshil Patel
4f11064ae2
Update tests/software/tabix/bgzip/main.nf 2021-02-16 22:30:06 +00:00
Harshil Patel
8dd6d1d38a
Update tests/software/tabix/bgzip/main.nf 2021-02-16 22:29:13 +00:00
Harshil Patel
759079796a
Update .github/filters.yml 2021-02-16 22:24:49 +00:00
Harshil Patel
d6d34a4b5b
Merge pull request #177 from MaxUlysse/master_gatk_createsequencedictionary
Add gatk/createsequencedictionary
2021-02-16 22:21:38 +00:00
Harshil Patel
a6d6c0b973
Update software/gatk/createsequencedictionary/main.nf 2021-02-16 22:08:11 +00:00
Harshil Patel
7c64e70c9e
Update software/gatk/createsequencedictionary/meta.yml 2021-02-16 22:07:51 +00:00
Harshil Patel
e558d5fb57
Merge pull request #174 from andersgs/ivar_consensus_fix
ivar consensus: Add save mpileup as optional in output directive
2021-02-16 22:04:38 +00:00
Harshil Patel
d30baa9e54
Merge pull request #178 from MaxUlysse/master_resource_requirements
Add cpus, memory and time requirements to limit resource consumption
2021-02-16 22:03:39 +00:00
MaxUlysse
6a147b8aaa chores: replace bcftools/bgzip by tabix/bgzip cf #179 2021-02-16 19:11:36 +01:00
MaxUlysse
3805eb2dd1 fix: remove bcftools/tabix from filters.yml 2021-02-16 18:38:20 +01:00
MaxUlysse
5a144d6213 fix: merge bcftools/tabix and htslib/tabix tests into tabix/tabix 2021-02-16 18:35:32 +01:00
MaxUlysse
edf5fa3cf6 fix: merge bcftools/tabix and htslib/tabix into tabix/tabix 2021-02-16 18:27:13 +01:00
MaxUlysse
f660324508 chores: move file 2021-02-16 18:20:43 +01:00
MaxUlysse
274897f1fd fix: ECLint: Wrong line endings or new final newline 2021-02-16 17:11:50 +01:00
MaxUlysse
5e71dc94d6 fix: make HTSLIB_TABIX more modular 2021-02-16 17:06:55 +01:00
MaxUlysse
fa34f806d2 chores: add bgzip files for tests 2021-02-16 17:06:09 +01:00
MaxUlysse
10524e3515 chores: add modules for htslib/tabix 2021-02-16 14:47:53 +01:00
MaxUlysse
3da905b0fd chores: remove deprecated module 2021-02-16 14:31:16 +01:00
MaxUlysse
4968458b6c chores: add cpus, memory and time requirements to limit resource consumption 2021-02-16 14:18:29 +01:00
MaxUlysse
a4afe04676 Merge branch 'master_ISSUE_TEMPLATE' of github.com:MaxUlysse/nf-core_modules into master_ISSUE_TEMPLATE 2021-02-16 14:03:18 +01:00
MaxUlysse
bbee0efd75 fix: add suggestions from reviews 2021-02-16 13:59:21 +01:00
MaxUlysse
763800a0e2 fix: correct md5sum 2021-02-16 13:54:54 +01:00
MaxUlysse
28dc9227d7 fix: remove memory requirements and simplify URI 2021-02-16 13:54:40 +01:00
MaxUlysse
30e3f2c5f5 fix: ECLint check: trailing whitespace 2021-02-16 13:42:34 +01:00
MaxUlysse
053dd6ee1b add minimal cpu,memory and time requirements 2021-02-16 13:40:22 +01:00
MaxUlysse
7f35a1742d chores: add gatk/createsequencedictionary module 2021-02-16 13:40:06 +01:00
Harshil Patel
7d5ac60aa1
Merge pull request #176 from nf-core/MaxUlysse-patch-1
Update meta.yml
2021-02-16 10:43:18 +00:00
Maxime Garcia
303687d42a
Update .github/PULL_REQUEST_TEMPLATE.md 2021-02-16 11:30:29 +01:00
MaxUlysse
8c4d201dd5 chores: remove deprecated bwamem2/index modules cf #166 2021-02-16 11:27:25 +01:00
Maxime Garcia
d8706c12b3
Update meta.yml
typo
2021-02-16 11:22:15 +01:00
MaxUlysse
9472f2fa2d chores: Remove deprecated version of the module 2021-02-16 11:11:27 +01:00
MaxUlysse
a285bfe8a6 fix: add guidelines to PRs and issues 2021-02-16 11:07:43 +01:00
Anders Goncalves da Silva
fd854c333e
Add save mpileup as optional in output directive 2021-02-15 21:07:31 -08:00
Anders Goncalves da Silva
eeedb959c9
Clean out comments 2021-02-15 21:04:17 -08:00
Anders Goncalves da Silva
b99972f3a0
Move params to nextflow invocation 2021-02-15 20:59:45 -08:00
Anders Goncalves da Silva
89f65e0875 Merge branch 'master' into ivar-variant 2021-02-15 20:50:35 -08:00
Anders Goncalves da Silva
7cae9b1842
Add gff to meta yaml 2021-02-15 20:49:37 -08:00
Anders Goncalves da Silva
c12a558f15
Add tests without mpileup 2021-02-15 20:49:27 -08:00
Anders Goncalves da Silva
26189f4132
Change ternary expressions back to traditional format
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:56:22 -08:00
Anders Goncalves da Silva
3188b8e30e
Add explicit gff is false param
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:55:34 -08:00
Anders Goncalves da Silva
ee4c2828a0
Update gff assignment to string
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:55:12 -08:00
Anders Goncalves da Silva
39401ccd07
Add gff as input
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:54:36 -08:00
Anders Goncalves da Silva
8b6989f2d7
Add gff as input
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:54:19 -08:00
Anders Goncalves da Silva
4f8ab8bd69
Rename gff to features
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:53:30 -08:00
Anders Goncalves da Silva
8c483d4c6a
Add gff as input for proper staging
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:53:13 -08:00
Anders Goncalves da Silva
6259b72081
Fix output format
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:52:30 -08:00
Anders Goncalves da Silva
ef1e1b2539
Fix indentation
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-15 19:51:45 -08:00
Harshil Patel
8eb3acc43f
Merge pull request #171 from JoseEspinosa/mosdepth
Add mosdepth module
2021-02-15 23:13:01 +00:00
Harshil Patel
f97c78b3fb
Update software/mosdepth/main.nf 2021-02-15 22:49:53 +00:00
Anders Goncalves da Silva
f841483a70
Fix URL for containers 2021-02-15 13:23:35 -08:00