From a6c2925e50ffabe41f248a38a0b9358dcccd495a Mon Sep 17 00:00:00 2001 From: Leon Hafner Date: Mon, 29 Apr 2024 16:39:03 +0200 Subject: [PATCH] Removed obsolete comment --- modules/local/chromhmm/get_results/templates/get_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/chromhmm/get_results/templates/get_results.py b/modules/local/chromhmm/get_results/templates/get_results.py index 36cfabe..28fcf20 100755 --- a/modules/local/chromhmm/get_results/templates/get_results.py +++ b/modules/local/chromhmm/get_results/templates/get_results.py @@ -10,7 +10,7 @@ emissions = pd.read_csv("$emissions", sep = "\\t")[["State (Emission order)"] + marks].rename(columns={"State (Emission order)": "State"}) -# Read input bed file and remove unecessary columns +# Read input bed file bed = pd.read_csv("$bed", sep="\\t", skiprows=1,