The source code may use or refer to content in a local workspace. This Bioclipse workspace used can be found on GitHub.
species = "human"
dataMap = bioclipse.fullPath(
"/WikiPathways/data/" + species + "/"
);
gpmlFiles = new File(dataMap).listFiles()
println gpmlFiles
To run this code, you first need to install
Bacting (Groovy) or
pyBacting (Python).
@Grab(group='io.github.egonw.bacting', module='managers-ui', version='0.1.2')
workspaceRoot = "../ws"
bioclipse = new net.bioclipse.managers.BioclipseManager(workspaceRoot);
species = "human"
dataMap = bioclipse.fullPath(
"/WikiPathways/data/" + species + "/"
);
gpmlFiles = new File(dataMap).listFiles()
println gpmlFiles
[../ws/WikiPathways/data/human/WP3577_94507.gpml]