Skip to content

Commit

Permalink
it'd be a string already
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Dec 11, 2024
1 parent b7cd34f commit dd53a7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dissectBCL/fakeNews.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,7 @@ def gatherFinalMetrics(outLane, flowcell):

# samples with 0 reads still make an empty report.
# hence the try / except.
parkourOrg = str(
ssdf[ssdf["Sample_ID"] == sampleID]['Organism'].values[0][1]
)
parkourOrg = ssdf[ssdf["Sample_ID"] == sampleID]['Organism'].values[0][1]
try:
screenDF = pd.read_csv(
screen, sep='\t', header=None
Expand Down

0 comments on commit dd53a7c

Please sign in to comment.