From c15e6637731887f754536de988cf48a0d4675152 Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:04:06 -0500 Subject: [PATCH] Updating header in 1b_CrossPlateContamination.py --- .../Transcriptomes/Scripts/1b_CrossPlateContamination.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/PTL1/Transcriptomes/Scripts/1b_CrossPlateContamination.py b/PTL1/Transcriptomes/Scripts/1b_CrossPlateContamination.py index bb1ed61..51136f7 100644 --- a/PTL1/Transcriptomes/Scripts/1b_CrossPlateContamination.py +++ b/PTL1/Transcriptomes/Scripts/1b_CrossPlateContamination.py @@ -1,11 +1,16 @@ # Last updated 2/23/2022 +# Authors: Jean-David Grattepanche and Auden Cote-L'Heureux # This script is intended to remove intra-plate contamination # by removing sequences with low coverage relative to other # very similar sequences from samples sequenced on the same -# plate. +# plate. This script is optional, but to be run as part of the +# PhyloToL version 6 Part 1 pipeline using the script wrapper.py -# Before running this script, you must run Script 1a. +# Before running this script, you must run Script 1a. The default +# clustering parameters are below, decided upon after manual inspection +# of results from sample data under multiple parametrizations, but are +# free to be changed by the user. #Dependencies import sys