Skip to content

Commit

Permalink
Merge pull request #5 from phac-nml/fix-prepFilePaths
Browse files Browse the repository at this point in the history
Update gas_nomenclature.nf
  • Loading branch information
apetkau authored Apr 5, 2024
2 parents dccc794 + be8a632 commit f249833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/gas_nomenclature.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def prepareFilePath(String filep, GString debug_msg){
// Rerturns null if a file is not valid
def return_path = null
if(filep){
file_in = path(filep)
file_in = file(filep)
if(file_in.exists()){
return_path = file_in
log.debug debug_msg
Expand Down

0 comments on commit f249833

Please sign in to comment.