From 9d02fe340625fcdda76e4a17212347c589e4dc9b Mon Sep 17 00:00:00 2001 From: Lucpen Date: Wed, 16 Aug 2023 07:35:40 +0200 Subject: [PATCH] Update bin/drop_sample_annot.py Co-authored-by: Anders Jemt --- bin/drop_sample_annot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/drop_sample_annot.py b/bin/drop_sample_annot.py index 3c9e5bed..8900d770 100755 --- a/bin/drop_sample_annot.py +++ b/bin/drop_sample_annot.py @@ -51,7 +51,7 @@ def __init__(self, bam, sample, strandedness, single_end, gtf, count_file, out_f def final_annot(count_file: Path, ref_annot: Path, out_file: Path): - """Concatinates the Sample Annotation produced by SampleAnnotation with the one + """Concatenates the Sample Annotation produced by SampleAnnotation with the one provided for the reference samples, checking for duplicate sample IDs""" df_samples = pd.read_csv("drop_annotation_given_samples.tsv", sep="\t") df_reference = pd.read_csv(ref_annot, sep="\t")