Skip to content

Commit

Permalink
update to json file
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Jun 8, 2017
1 parent 77d345e commit e070b04
Showing 1 changed file with 131 additions and 72 deletions.
203 changes: 131 additions & 72 deletions isatools/create/isa-possible-workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,86 +2,145 @@
"assay_type": {
"name": "mass spectrometry",
"abbreviation": "MS",
"uri" : "",
"sample_injection_type": {
"name": "direct infusion assay",
"abbreviation" : "DIA",
"polarity_mode": ["positive_mode","negative mode"],
"number_of_injection": ""
},
"uri": "",
"sample_injection_type": {
"name": "liquid chromatography assay",
"abbreviation" : "LC",
"polarity_mode": ["positive_mode","negative mode"],
"number_of_injection": ""
},
"sample_injection_type": {
"name": "gas chromatography assay",
"abbreviation" : "GC",
"polarity_mode": ["positive_mode","negative mode"],
"number_of_injection": ""
}
"name": "direct infusion assay",
"abbreviation": "DIA",
"polarity_mode": [
"positive_mode",
"negative mode"
],
"number_of_injection": ""
},
"name": "nmr spectroscopy",
"abbreviation": "NMR",
"uri" : "",
"sample_injection_type": {
"name": "liquid chromatography assay",
"abbreviation" : "LC",
"acquisition": {
"dimension": {
"name": "1 dimension NMR",
"abbreviation" : "1D",
"nucleus": ["1H","13C"],
"pulse_sequence" : ["CPMG","NOESY","J-RES"]
}
},
"name": "liquid chromatography assay",
"abbreviation": "LC",
"polarity_mode": [
"positive_mode",
"negative mode"
],
"number_of_injection": ""
},
"sample_injection_type": {
"name": "liquid chromatography assay",
"abbreviation" : "LC",
"acquisition": {
"dimension": {
"name": "2 dimension NMR",
"abbreviation" : "2D",
"nucleus": ["1H-1H","1H-13C","13C-13C"],
"pulse_sequence" : ["HSQC","TOCSY","TOESY","other"]
}
},
"number_of_injection": ""
},
},
"sample_injection_type": {
"name": "gas chromatography assay",
"abbreviation": "GC",
"acquisition": {
"dimension": {
"name": "1 dimension NMR",
"abbreviation": "1D",
"nucleus": [
"1H",
"13C"
],
"pulse_sequence": [
"CPMG",
"NOESY",
"J-RES"
]
}
},
"polarity_mode": [
"positive_mode",
"negative mode"
],
"number_of_injection": ""
}
},
"assay_type": {
"name": "nmr spectroscopy",
"abbreviation": "NMR",
"uri": "",
"sample_injection_type": {
"name": "liquid chromatography assay",
"abbreviation": "LC",
"acquisition": {
"dimension": {
"name": "1 dimension NMR",
"abbreviation": "1D",
"nuclei": [
"1H",
"13C"
],
"pulse_sequence": [
"CPMG",
"NOESY",
"J-RES"
]
}
},
"sample_injection_type": {
"name": "gas chromatography assay",
"abbreviation" : "GC",
"acquisition": {
"dimension": {
"name": "2 dimension NMR",
"abbreviation" : "2D",
"nucleus": ["1H-1H","1H-13C","13C-13C"],
"pulse_sequence" : ["HSQC","TOCSY","TOESY","other"]
}
},
"number_of_injection": ""
"number_of_injection": ""
},
"sample_injection_type": {
"name": "liquid chromatography assay",
"abbreviation": "LC",
"acquisition": {
"dimension": {
"name": "2 dimension NMR",
"abbreviation": "2D",
"nuclei": [
"1H-1H",
"1H-13C",
"13C-13C"
],
"pulse_sequence": [
"HSQC",
"TOCSY",
"TOESY",
"other"
]
}
},
"number_of_injection": ""
},
"sample_injection_type": {
"name": "gas chromatography assay",
"abbreviation": "GC",
"acquisition": {
"dimension": {
"name": "1 dimension NMR",
"abbreviation": "1D",
"nuclei": [
"1H",
"13C"
],
"pulse_sequence": [
"CPMG",
"NOESY",
"J-RES"
]
}
},
"number_of_injection": ""
},
"sample_injection_type": {
"name": "gas chromatography assay",
"abbreviation": "GC",
"acquisition": {
"dimension": {
"name": "2 dimension NMR",
"abbreviation": "2D",
"nuclei": [
"1H-1H",
"1H-13C",
"13C-13C"
],
"pulse_sequence": [
"HSQC",
"TOCSY",
"TOESY",
"other"
]
}
},
"number_of_injection": ""
}
},
"assay_type": {
"name" : "dna microarray",
"abbreviation" : "genechip",
"uri" : "",
"array_designs" : {
"name" : "",
"uri" : ""
},
"acquisition" : {
"channels" : ["1","2","3"]
},
"number_of_techrep": ""
},
"assay_type" : {
"name" : "dna sequencing",
"abbreviation" : "NGS",
"uri" : "",
"number_of_libraries":"",
"acquisition" :{
"multiplex_identifier":["",""]
},
"number_of_techrep": ""
}
}

0 comments on commit e070b04

Please sign in to comment.