Kevin Menden
3c4d9466f4
Adding minia for viralrecon ( #267 )
...
* initial 'modules create' of minia
* fixed tests
* finished meta.yml
* fixed filters.yml
* resolved issues in pytest_software.yml
* add newline
* Update software/minia/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-17 12:54:15 +01:00
Kevin Menden
17dbff52f4
added gatk4 variantfiltration ( #265 )
...
* added gatk4 variantfiltration
* replace merge with filter
* Update software/gatk4/variantfiltration/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* updated input
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-17 09:42:35 +01:00
Jose Espinosa-Carrasco
74ff11b07b
Fix bowtie builds ( #273 )
...
* Fix bowtie build test
* Forgot to delete old bowtie_build
* Fix bowtie2 build tests
* Add initOptions include on hisat2 extractsplicesites
2021-03-15 15:39:42 +01:00
Harshil Patel
9b99b33401
Rename .github/filters.yml -> tests/config/pytest_software.yml ( #271 )
...
* Rename pytest filters.yml
* Change filters.yml name
* Update resoures for ivar trim
2021-03-15 12:51:30 +00:00
MaxUlysse
4968458b6c
chores: add cpus, memory and time requirements to limit resource consumption
2021-02-16 14:18:29 +01:00
drpatelh
fe3cb87f6d
Direct download Singularity containers
2021-02-03 20:03:45 -06:00
Edmund Miller
467d1595c4
test: Use docker image with singularity
2021-02-02 18:14:39 -06:00
Edmund Miller
72b4fb35aa
test: Fix profile logic order
2021-02-02 17:32:21 -06:00
Edmund Miller
67deb0d47a
ci: Add singularity tmp dir
...
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-02 17:25:58 -06:00
Edmund Miller
6b675eef6d
ci: Set pull docker container to false
...
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-02-02 17:00:40 -06:00
Edmund Miller
ddbca7b467
test: Use profile ENV variable hack
...
The user will now set the env variable and pass it to pytest. You also
can't set the env variable ahead of time, it has to be run with pytest.
Example:
PROFILE=conda pytest --tag fastqc --symlink --kwd
2021-02-02 12:44:30 -06:00
Edmund Miller
b96f2d6a5e
test(config): One config to rule them all
...
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2020-11-24 20:26:04 +00:00