Skip to content

Commit

Permalink
Update bin/drop_sample_annot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>
  • Loading branch information
Lucpen and jemten authored Aug 16, 2023
1 parent 18a2e68 commit 9d02fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/drop_sample_annot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9d02fe3

Please sign in to comment.