Hi! Please review this PR to see if it makes sense. Many bugs found when I tried to run our workflow:
method/BayesSpace/BayesSpace.r and method/SpiceMix/SpiceMix.py: Their shell argument input are not the same as template method files, leading to smk crash. (for instance, SpiceMix doesn't provide --technology option before I change the script)
Hi! Please review this PR to see if it makes sense. Many bugs found when I tried to run our workflow:
method/BayesSpace/BayesSpace.r and method/SpiceMix/SpiceMix.py: Their shell argument input are not the same as template method files, leading to smk crash. (for instance, SpiceMix doesn't provide
--technology
option before I change the script)method/GraphST/GraphST_optargs.json, method/SpaceFlow/spaceflow_optargs.json: Both of their preprocessing workflows have PCA procedures, but downstream only use scaled data and I can't find anywhere for using PCA. (Question: can we provide scaled data as transform data?) Fixed issue #209
templates/method.py: Fixed a typo.
There're some more bugs that need to be discussed. I'll open issues.