Robert A. Petit III
c2aa95cb6c
add prokka module ( #298 )
...
* add prokka module
* adjust test outputs
* fix prokka command
* adjust test outputs
* handle optional input
* update pytest
* update pytest
* adjust test outputs
* adjust test outputs
* switch to lists for optional inputs, add md5sums for non-timestamped outputs
* add optional prodigal training file
* add optional prodigal training info to meta yaml
2021-03-23 02:51:23 -07:00
Ravneet Bhuller
8a2a9f7e81
cnvkit module ( #173 )
...
* Normal bam file added
* Normal bam.bai file added
* Tumour bam bai files added
* human dir added
* annotation dir added
* cnvkit dir added
* cnvkit dir added
* Update software/cnvkit/main.nf
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
* Update software/cnvkit/main.nf
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
* Update software/cnvkit/main.nf
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
* changed input filenames
* edited main.nf
* edited main.nf
* edited meta.nf
* edited test.yml
* filters.yml
* edited main
* edited main
* edited meta
* edited meta
* edited main
* removed unwanted lines
* edited the path to the main.nf
* removed function.nf
* added functions.nf
* deleted 2 workflows and craeted a common workflow
* deleted paths for 2 workflows and created paths for a common workflow
* Deleted annotation dir
* deleted params.modules
* Edited meta.with_normal
* deleted normal_280_sub_chr21.bam
* deleted normal_280_sub_chr21.bam.bai
* deleted tumour_278_sub_chr21.bam
* deleted tumour_278_sub_chr21.bam.bai
* Edited input and script parts
* Edited input part
* Added
* Edited args
* Edited script
* Edited input
* Changed annotation to annotationfile
* Changed description of the tool
* edited singularuty container
* edited input
* line 44 removed trailing whitespace
* Edited addParams
* Deleted pdf output
* Deleted pdf output
* edited the path to main.nf
* edited path to the main.nf
* Added docker image version
* Removed extra ../
* added md5sums
* added md5sums
* Update software/cnvkit/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* Update software/cnvkit/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* Edited the script
* Edited the input
* Edited main.nf
* Edited main.nf
* edited md5sum for reference.cnn
* removed human fasta
* removed human fasta.fai
* added GRCh38 fasta
* added GRCh38 fasta.fai
* added hg19 fasta.fai
* added hg19 fasta
* Edited fasta file name
* Edited bed file names and md5sums
* Edited md5sums
* edited the input and script section
* edited input section
* added targetfile
* changed the files
* changed the output files
* added bam files
* added bam files
* remove files
* added md5sums
* replace file
* added files
* edited tests/software/cnvkit files
* edited tests/software/cnvkit files
* edited authors list
* removed files
* added files
* added files
* added files
* added files
* added file
* added file
* added file
* added file
* edited files
* edited files
* edited files
* edited files
* edited files
* edited files
* added new module
* added new module
* edited files
* edited file
* edited file
* edited file
* removed files
Co-authored-by: kaurravneet4123 <kaurravneet4123@yahoo.com@users.noreply.github.com>
Co-authored-by: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-22 15:27:30 -07:00
Nicholas Toda
53109d53c0
add gatk4/fastqtosam #198 ( #311 )
...
* Inital nf-core create
* remove TODO comments, input and output files defined
* add get version in script
* added flow control for single/paired end data
* added script main commands
* removed completed TODO messages
* removed completed TODO messages
* added software info
* added input reads description
* added output description
* added description and keywords
* added single end test
* added paired end test
* fixed sample name flag
* fixed reverse read variable
* added test yaml
* update for pytest_software
* order in pytest_software was different
* replaced functions.nf with copy from another module
* simplify read command line
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
Co-authored-by: Nicholas TODA <nicholas.toda@mnhn.fr>
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-22 18:26:02 +00:00
Maxime Borry
aa76c6d870
new module: AdapterRemoval ( #309 )
...
* add adapterremoval module
* fix indentations
* switch to process_medium
* update docker tests
* remove duplicated entry
* fix line ending
* Update software/adapterremoval/main.nf
* Update software/adapterremoval/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-22 17:16:04 +00:00
Jose Espinosa-Carrasco
cfa8f64c4f
Adding unicycler module ( #307 )
...
* Adding unicycler module
* Do not forget to change default keywords on meta.yml
2021-03-22 18:14:24 +01:00
Patrick Hüther
7fe6f9fab2
bismark: remove underscores from process names ( #303 )
...
* sanitize process names
no underscores allowed
* remove underscores from process names
2021-03-22 17:46:11 +01:00
Florian Wuennemann
592002aa23
add picard_collectwgsmetrics ( #304 )
...
* Added new module picard/collectwgsmetrics.
* Removed unused outputs from meta.yml
* Added version.txt file back to meta.yml
* Updated test.yml
* Removed md5sum from test.yaml and added contain tests.
* Update functions.nf
Fixed missing newline formatting.
* Update main.nf
Fixed missing newline formatting.
* style(picard): Remove trailing whitespace
Co-authored-by: Kevin Menden <kevin.menden@t-online.de>
Co-authored-by: Edmund Miller <edmund.a.miller@protonmail.com>
2021-03-22 17:05:59 +01:00
Patrick Hüther
eb9178970f
add bismark/summary ( #295 )
...
* add bismark/align module
* bismark/align: add tests
* bismark/align: update meta.yml
* bismark/align: skip checksum for alignment logs
they contain timestamps
* bismark/align: restore correct checksum
caused some mixup in the last commit
* bismark/align: add genome_preparation to filters
* Fix conda version pin
* change options to be a global var
* remove params from meta.yml
* add bismark/summary
* remove md5sum check for bismark_summary_report.html
it contains a timestamp
* fix tests
* update meta.yml
* remove mysterious index files
2021-03-22 14:58:54 +01:00
Yuk Kei Wan
134c8ef6ce
add samtools merge ( #296 )
...
* add samtools merge
* Update pytest_software.yml
* get it back to 20.11.0-edge
* Update test.yml
* Update test.yml
* Update test.yml
* Update test.yml
2021-03-22 13:48:23 +01:00
Patrick Hüther
f9ce8664ba
add bismark/report ( #297 )
...
* add bismark/align module
* bismark/align: add tests
* bismark/align: update meta.yml
* bismark/align: skip checksum for alignment logs
they contain timestamps
* bismark/align: restore correct checksum
caused some mixup in the last commit
* bismark/align: add genome_preparation to filters
* Fix conda version pin
* change options to be a global var
* remove params from meta.yml
* add bismark/report
* fix test filepaths
* remove mysterious index files
2021-03-22 13:38:08 +01:00
Patrick Hüther
04704c2034
add bismark/methylation_extractor ( #274 )
...
* add bismark/methylation_extractor
* add tests for bismark/methylation_extractor
* bismark/methylation_extractor: add genome_preparation to filters
* Apply suggestions from code review
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* remove params from meta.yml
* pytest: remove md5sum checks for gzipped output
gzip stores timestamps in the file header, so the checksum will be different each time
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-20 23:54:42 +00:00
Jose Espinosa-Carrasco
72e81d6e90
Add spades module ( #277 )
...
* Add spades module
* Reorder gatk4 modules alphabetically
* Update software/spades/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-18 13:48:38 +00:00
Jose Espinosa-Carrasco
313241749c
Add kraken2 run module ( #266 )
...
* Add kraken2 run module
* Add kraken2 run module
* Add coronavirus kraken2 db
* Adding kraken2 run tests
* Update software/kraken2/run/meta.yml
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* Fixing files commited by mistake
* Remove params for meta.yml
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-18 13:08:06 +00:00
Kevin Menden
a90332906b
add mergebamalignment ( #259 )
...
* add mergebamalignment
* fix test.yml
* update to latest gatk4 version
* Update software/gatk4/mergebamalignment/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* Update tests/data/README.md
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* Update software/gatk4/mergebamalignment/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
* Update software/gatk4/mergebamalignment/meta.yml
* fixed unmapped/unaligned
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-03-17 15:56:56 +01:00
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