Skip to content

Commit

Permalink
Add fake change to FASTQC
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Jul 31, 2023
1 parent f490974 commit f050865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nf-core/fastqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ process FASTQC {
--threads $task.cpus \\
$renamed_files
# Fake stuff
cat <<-END_VERSIONS > versions.yml
"${task.process}":
fastqc: \$( fastqc --version | sed -e "s/FastQC v//g" )
Expand Down

0 comments on commit f050865

Please sign in to comment.