For a given sample name this will search the available sources and load it if it is available. Returns the loaded nodes.
(sampleName)
| 55 | |
| 56 | |
| 57 | def downloadSamples(sampleName): |
| 58 | """For a given sample name this will search the available sources |
| 59 | and load it if it is available. Returns the loaded nodes. |
| 60 | """ |
| 61 | return SampleDataLogic().downloadSamples(sampleName) |
| 62 | |
| 63 | |
| 64 | # |
nothing calls this directly
no test coverage detected