Skip to content

Commit

Permalink
Fake stuff to kick off real CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jul 28, 2023
1 parent f5e4bfa commit fffb167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nf-core/gatk4/haplotypecaller/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ process GATK4_HAPLOTYPECALLER {
--tmp-dir . \\
$args
# Fake stuff
cat <<-END_VERSIONS > versions.yml
"${task.process}":
gatk4: \$(echo \$(gatk --version 2>&1) | sed 's/^.*(GATK) v//; s/ .*\$//')
Expand Down
2 changes: 2 additions & 0 deletions modules/nf-core/samtools/index/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ process SAMTOOLS_INDEX {
$args \\
$input
# Fake stuff
cat <<-END_VERSIONS > versions.yml
"${task.process}":
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//')
Expand Down
2 changes: 2 additions & 0 deletions tests/modules/nf-core/fastqc/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nextflow_process {
process "FASTQC"
tag "fastqc"

// Fake stuff

test("Single-Read") {

when {
Expand Down

0 comments on commit fffb167

Please sign in to comment.