Skip to content

Commit

Permalink
Update workflows/epitopeprediction.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Mohr <[email protected]>
  • Loading branch information
jonasscheid and christopher-mohr authored Dec 19, 2023
1 parent 74da74b commit 693bd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/epitopeprediction.nf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ workflow EPITOPEPREDICTION {
// Non-free prediction tools
ch_nonfree_paths = Channel.empty()

// Function to read the alleles from a file or stage it from url
// Function to read the alleles from a file or use given string
def readAlleles = { input ->
if (input.endsWith(".txt")) {
def file = file(input)
Expand Down

0 comments on commit 693bd50

Please sign in to comment.