yunguan-wang / Spacia

BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Fix bug in MICProB_MIL_C2Cinter.R #25

Closed wooyongc closed 1 year ago

wooyongc commented 1 year ago

Allow a single sending gene as an input

wooyongc commented 1 year ago

I've tested with changing the line 13 in test.py to params = '-rc A -sc B -rf gene1 -sf gene2 -d 5 -m 2000,1000,10,1 -nc 20' only using gene2 for arg -sf.

The changed code passes the test with single gene, no longer throwing an error.