Closed dburkhardt closed 4 years ago
@dburkhardt how are the website parts of this looking?
@scottgigante I think the only thing left on the Website is to agree on a format for outputting results. Currently, the easiest thing would be for the output to be printed as TOML in files like https://github.com/singlecellopenproblems/SingleCellOpenProblems/blob/website/website/data/test.toml
[table]
[[row]]
data = ["Method", "kNN AUC", "MSE", "Paper"]
[[row]]
data = ["Procrustes", "0.00298303", "0.833141", "[Procrustes Methods in the Statistical Analysis of Shape]( https://www.jstor.org/stable/2345744)"]
[[row]]
data = ["Cheat", "0.0587961", "0" , "[Cheat](https://www.politifact.com/factchecks/list/?speaker=donald-trump&ruling=false)"]
[[row]]
data = ["MNN", "0.062768", "1.05657", "[Batch effects in single-cell RNA-sequencing data are corrected by matching mutual nearest neighbors](https://doi.org/10.1038/nbt.4091)"]
This is different than what we had originally discussed, but I think it will be the best moving forward
Sure, sounds good. I'll make that change.
On Tue, 8 Sep 2020, 3:50 pm Daniel Burkhardt, notifications@github.com wrote:
@scottgigante https://github.com/scottgigante I think the only thing left on the Website is to agree on a format for outputting results. Currently, the easiest thing would be for the output to be printed as TOML in files like https://github.com/singlecellopenproblems/SingleCellOpenProblems/blob/website/website/data/test.toml
[table] [[row]] data = ["Method", "kNN AUC", "MSE", "Paper"] [[row]] data = ["Procrustes", "0.00298303", "0.833141", "Procrustes Methods in the Statistical Analysis of Shape"] [[row]] data = ["Cheat", "0.0587961", "0" , "Cheat"] [[row]] data = ["MNN", "0.062768", "1.05657", "Batch effects in single-cell RNA-sequencing data are corrected by matching mutual nearest neighbors"]
This is different than what we had originally discussed, but I think it will be the best moving forward
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/singlecellopenproblems/SingleCellOpenProblems/issues/47#issuecomment-689099846, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACA3DXZ5N7FEGV2DSDNXD7LSE2DGLANCNFSM4QQUS2MA .
@scottgigante I added muris_semis data loaders in a separate brunch but the build still fails and there is no clear error why this happens. Could you possibly check that?
@M0hammadL the relevant error is here: https://travis-ci.com/github/singlecellopenproblems/SingleCellOpenProblems/jobs/384340310#L649.
Website
Tasks
Longer term