lozuponelab / q2-SCNIC

A QIIME2 plugin for running SCNIC
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Update _SCNIC_methods.py to match signature of filter_correls() #15

Open smdabdoub opened 11 months ago

smdabdoub commented 11 months ago

filter_correls() in SCNIC takes a max_p parameter, but the build_correlation_network_p() function in _SCNIC_methods.py specifies a min_p parameter when calling filter_correls(), resulting in an error when running qiime SCNIC build-correlation-network-p

This pull request fixes #14