From f495d73807d112c78bc410dc4c5f8c8fdafe6292 Mon Sep 17 00:00:00 2001 From: rjp2g12 <r.j.pengelly@soton.ac.uk> Date: Thu, 4 Feb 2021 20:44:10 +0000 Subject: [PATCH] Update contig_stitch.pl --- ACCESSORY_SCRIPTS/contig_stitch.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/ACCESSORY_SCRIPTS/contig_stitch.pl b/ACCESSORY_SCRIPTS/contig_stitch.pl index c805c91..e61d565 100644 --- a/ACCESSORY_SCRIPTS/contig_stitch.pl +++ b/ACCESSORY_SCRIPTS/contig_stitch.pl @@ -2,8 +2,6 @@ use strict; use warnings; -## Modified 22Jan14 - RJP NOW FUNCTIONAL!! - ## Takes file list of split LDMAP outputs, merges contigs together, averaging along the overlapping segment. Must use CSV input. ## Calling input "perl contig_stitch.pl {list file} {overlap} {trim}" -- GitLab