Skip to content

Commit

Permalink
fix: Update calc name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 30, 2024
1 parent 11a8c09 commit 07848bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/primer3_calc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ process primer3_calc {
path kmer_lists, stageAs: 'kmer_lists/*'

output:
path "*_primer3.txt"
path "*.txt"
// TODO eval version

shell:
'''
primer3_core !{conf} > !{conf.baseName}_primer3.txt
primer3_core !{conf} > !{conf.baseName}.txt
'''
}

0 comments on commit 07848bf

Please sign in to comment.