Mercurial > repos > iuc > mothur_merge_sfffiles
annotate test-data/biosample.source @ 11:73e97df3ffac draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit dfdd4c590370ecb3a9806314d43eb5668e36a01a"
| author | iuc | 
|---|---|
| date | Thu, 21 Jan 2021 21:19:02 +0000 | 
| parents | 1e33b551033e | 
| children | 
| rev | line source | 
|---|---|
| 0 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 1 if (package == "soil") { | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 2 out << "#MIMARKS.survey.soil.4.0" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 3 if (requiredonly) { | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 4 out << "#{sample name} {description of sample} {sample title} {description of library_construction_protocol} {http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Undef&id=408169&lvl=3&keep=1&srchmode=1&unlock}" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 5 out << "#{text} {text} {text} {text} {controlled vacabulary}" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 6 out << "*sample_name *description *sample_title *seq_methods *organism" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 7 }else { | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 8 out << "#{sample name} {description of sample} {sample title} {description of library_construction_protocol} {http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Undef&id=408169&lvl=3&keep=1&srchmode=1&unlock} {soil classification from the FAO World Reference Database for Soil Resources}" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 9 out << "#{text} {text} {text} {text} {controlled vacabulary} {{term}}" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 10 out << "*sample_name *description *sample_title *seq_methods *organism fao_class" << endl; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 11 } | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 12 } | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 13 | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 14 if ((package == "soil") ) {} | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 15 | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 16 vector<string> requiredFieldsForPackage; | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 17 requiredFieldsForPackage.push_back("sample_name"); | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 18 requiredFieldsForPackage.push_back("description"); | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 19 requiredFieldsForPackage.push_back("sample_title"); | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 20 requiredFieldsForPackage.push_back("seq_methods"); | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 21 requiredFieldsForPackage.push_back("organism"); | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 22 | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 23 | 
| 
1e33b551033e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
 iuc parents: diff
changeset | 24 if (packageType == "MIMARKS.survey.soil.4.0") {} | 
