From 7ce6e9fa56fc3060ac87c6827737e0f9e321ef92 Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Wed, 3 Apr 2024 11:15:03 -0500 Subject: [PATCH] updated function data types --- workflows/gas_nomenclature.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/gas_nomenclature.nf b/workflows/gas_nomenclature.nf index de931e1..a0befa9 100644 --- a/workflows/gas_nomenclature.nf +++ b/workflows/gas_nomenclature.nf @@ -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){