-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.4.1: DataSets/Studies, cache outlier analysis files
- Loading branch information
Showing
27 changed files
with
269 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# MedBook-JobRunner | ||
## Runs and monitors Jobs (Current UNIX processes, Galaxy and other Environments coming) | ||
### steps to adding a new tools | ||
|
||
1. create a feature branch in git | ||
2. look at https://github.com/UCSC-MedBook/MedBook-JobRunner/blob/f-gsea-new/webapp/server/classes/RunLimmaGSEA.js | ||
3. create a new class | ||
4. add adapters (importers and exporters) to convert from MedBook objects to files that tools understand and store check them into external-tools | ||
4. add external code to external-tools repo (or mechansim to install it) | ||
5. add pointers to external code in settings.json | ||
6. add gui to appropriate MedBook app, that initiates job by inserting into jobs collection | ||
for example: | ||
Jobs.insert({ | ||
name: "UpDownGenes", | ||
status: "waiting", | ||
user_id: user._id, | ||
collaborations: [ user.personalCollaboration() ], | ||
args | ||
}); | ||
7. read errors from jobs.error_description |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
export MONGO_URL="mongodb://localhost:27017/MedBook" | ||
export MEDBOOK_FILESTORE=/tmp/filestore | ||
|
||
export settings_file="../config/teo/settings.json" | ||
export port="3003" | ||
|
||
if [ -z "$1" ]; then | ||
meteor --port $port --settings $settings_file | ||
else | ||
meteor $1 --port $port --settings $settings_file | ||
fi | ||
meteor --port 3003 --settings ../config/teo/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"sh": "/bin/sh", | ||
"rscript": "Rscript", | ||
"limma_path": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/limma/limma_ng.R", | ||
"outlier_analysis": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/OutlierAnalysis/outlier-analysis.sh", | ||
"calculate_outlier_genes": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/OutlierAnalysis/calculate_outlier_genes.R", | ||
"gene_expression_export": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/exporters/gene_expression_export.py", | ||
"gene_set_collection_export": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/exporters/gene_set_collection_export.py", | ||
"limma_phenotype_export": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/exporters/limma_phenotype_export.py", | ||
"gsea_path": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/gsea/rgGSEA.py", | ||
"gsea_jar_path": "/Users/mokolodi1/work/medbook/medbook/MedBook-JobRunner/external-tools/gsea/gsea2-2.2.2.jar" | ||
"limma_path": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/limma/limma_ng.R", | ||
"outlier_analysis": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/OutlierAnalysis/outlier-analysis.sh", | ||
"calculate_outlier_genes": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/OutlierAnalysis/calculate_outlier_genes.R", | ||
"genomic_expression_export": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/exporters/genomic_expression_export.py", | ||
"gene_set_collection_export": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/exporters/gene_set_collection_export.py", | ||
"limma_phenotype_export": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/exporters/limma_phenotype_export.py", | ||
"gsea_path": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/gsea/rgGSEA.py", | ||
"gsea_jar_path": "/Users/mokolodi1/work/medbook/next/MedBook-JobRunner/external-tools/gsea/gsea2-2.2.2.jar" | ||
} |
Submodule external-tools
updated
2 files
+5 −10 | OutlierAnalysis/outlier-analysis.sh | |
+51 −33 | exporters/genomic_expression_export.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
local | ||
dev_bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,13 @@ cfs:[email protected] | |
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected].30 | ||
cfs:[email protected].32 | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected].2 | ||
cfs:[email protected].3 | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
cfs:[email protected] | ||
|
@@ -44,6 +44,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
matb33:[email protected] | ||
medbook:[email protected] | ||
medbook:[email protected] | ||
medbook:[email protected] | ||
|
Submodule primary-collections
updated
39 files
Submodule referential-integrity
updated
3 files
+0 −118 | DataSets_GeneExpression.js | |
+131 −0 | DataSets_GenomicExpression.js | |
+1 −1 | package.js |
Submodule wrangler-collections
updated
11 files
+61 −249 | Wrangler.js | |
+161 −0 | fileHandlers/ClinicalForm.js | |
+12 −11 | fileHandlers/GeneTranscriptMappings.js | |
+200 −0 | fileHandlers/RectGenomicExpression.js | |
+21 −10 | fileHandlers/RectangularGeneAssay.js | |
+0 −213 | fileHandlers/RectangularGeneExpression.js | |
+2 −1 | fileHandlers/TabSeperatedFile.js | |
+0 −57 | fileHandlers/globals.js | |
+2 −1 | package.js | |
+168 −173 | reviewPanels.js | |
+51 −39 | wranglerCollectionsSchemas.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.