Skip to content

Commit

Permalink
updated function data types
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wells committed Apr 3, 2024
1 parent 141b040 commit 7ce6e9f
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 @@ -49,7 +49,7 @@ include { PROFILE_DISTS } from "../modules/local/profile_dists/main"
*/


def prepareFilePath(String filep, String debug_msg){
def prepareFilePath(String filep, GString debug_msg){
// Rerturns null if a file is not valid
def return_path = null
if(filep){
Expand Down

0 comments on commit 7ce6e9f

Please sign in to comment.