Skip to content
Snippets Groups Projects
Commit 7c39364e authored by mrethore's avatar mrethore
Browse files

Minor changes

parent 9f01e853
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,6 @@ def armfinder_to_table(data_resistance:pd.DataFrame) -> pd.DataFrame: ...@@ -169,7 +169,6 @@ def armfinder_to_table(data_resistance:pd.DataFrame) -> pd.DataFrame:
missing_coverage = round(100-float(data_resistance['% Coverage of reference sequence'][res]),1) missing_coverage = round(100-float(data_resistance['% Coverage of reference sequence'][res]),1)
if (100 - missing_coverage) < 100 : if (100 - missing_coverage) < 100 :
gene = f"{gene}-{missing_coverage}%" gene = f"{gene}-{missing_coverage}%"
print(gene)
strain = data_resistance['Name'][res] strain = data_resistance['Name'][res]
family = data_resistance['Class'][res] family = data_resistance['Class'][res]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment