Hello @gregcaporaso
I am trying to use q2-perc-norm but I am getting an error message like below:
Traceback (most recent call last):
File "/opt/anaconda3/envs/qiime2-2022.11/lib/python3.8/site-packages/q2cli/commands.py", line 352, in call
results = action(**arguments)
File "", line 2, in percentile_normalize
File "/opt/anaconda3/envs/qiime2-2022.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 234, in bound_callable
outputs = self.callable_executor(scope, callable_args,
File "/opt/anaconda3/envs/qiime2-2022.11/lib/python3.8/site-packages/qiime2/sdk/action.py", line 381, in callable_executor
output_views = self._callable(**view_args)
File "/opt/anaconda3/envs/qiime2-2022.11/lib/python3.8/site-packages/perc_norm-2019.4.1-py3.8.egg/q2_perc_norm/_percentile_normalize.py", line 189, in percentile_normalize
norm_df = _percentile_normalize_one_df(
File "/opt/anaconda3/envs/qiime2-2022.11/lib/python3.8/site-packages/perc_norm-2019.4.1-py3.8.egg/q2_perc_norm/_percentile_normalize.py", line 52, in _percentile_normalize_one_df
data=np.random.uniform(0.0, zero_val, size=(df.shape[0], df.shape[1])),
File "mtrand.pyx", line 1119, in numpy.random.mtrand.RandomState.uniform
OverflowError: Range exceeds valid bounds
I found this similar issue that was not resolved. Did you make any progress tracking the developer and coming up with a solution? Is there any way I could help to resolve?