From 3438755154d201f9556c8268b1e90e28428ea6ca Mon Sep 17 00:00:00 2001 From: "Scott G. Daniel" Date: Thu, 13 Feb 2020 15:26:34 -0500 Subject: [PATCH 1/2] added two new extensions sbx_demic and sbx_vsearch tested on respublic at CHOP --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index 54da9c0..062aafa 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,6 @@ const sunbeam_extensions = [ + {"owner": "scottdaniel", "repo": "sbx_demic"}, + {"owner": "scottdaniel", "repo": "sbx_vsearch"}, {"owner": "sunbeam-labs", "repo": "sbx_report"}, {"owner": "sunbeam-labs", "repo": "sbx_coassembly"}, {"owner": "sunbeam-labs", "repo": "sbx_metaphlan"}, From 06badf936b4210ade6a92b75b7858212fe5b27c2 Mon Sep 17 00:00:00 2001 From: "Scott G. Daniel" Date: Fri, 14 Feb 2020 16:06:51 -0500 Subject: [PATCH 2/2] sunbeam extension for centrifuge --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 062aafa..c86ba95 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,5 @@ const sunbeam_extensions = [ + {"owner": "scottdaniel", "repo": "sbx_centrifuge"}, {"owner": "scottdaniel", "repo": "sbx_demic"}, {"owner": "scottdaniel", "repo": "sbx_vsearch"}, {"owner": "sunbeam-labs", "repo": "sbx_report"},