Skip to content

Commit

Permalink
fix q2type
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Feb 22, 2022
1 parent ab9e616 commit af87eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion q2_katharoseq/_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def estimating_biomass(
positive_control_column: qiime2.CategoricalMetadataColumn,
pcr_template_vol: int,
dna_extract_vol: int,
extraction_mass_g: qiime2.CategoricalMetadataColumn) -> pd.DataFrame:
extraction_mass_g: qiime2.NumericMetadataColumn) -> pd.DataFrame:

total_reads = total_reads.to_series()
filtered = pd.DataFrame(total_reads[total_reads > min_total_reads])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sample_name total_reads control_cell_into_extraction extraction_mass_g positive_control
#q2:types numeric numeric categorical categorical
#q2:types numeric numeric numeric categorical
13414.plate1.h9 4 False
13414.plate1.b10 6 False
13414.plate1.e12 6 False
Expand Down

0 comments on commit af87eeb

Please sign in to comment.