From 895968bf115c723970b97c36dc8cb47e31eee138 Mon Sep 17 00:00:00 2001 From: sklarz Date: Tue, 25 Jun 2019 10:27:38 +0300 Subject: [PATCH] * added .txt, .tsv and .csv to recognized extensions --- .../main_NSF_classes/preparing/merge_script_path_types.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neatseq_flow_modules/main_NSF_classes/preparing/merge_script_path_types.yml b/neatseq_flow_modules/main_NSF_classes/preparing/merge_script_path_types.yml index e4218fd..aa7e7c9 100644 --- a/neatseq_flow_modules/main_NSF_classes/preparing/merge_script_path_types.yml +++ b/neatseq_flow_modules/main_NSF_classes/preparing/merge_script_path_types.yml @@ -1,4 +1,7 @@ # extension script_path or [script_path,pipe,zip_ext] +.txt: cat +.tsv: cat +.csv: cat .fasta: cat .faa: cat .fna: cat