Skip to content

Instantly share code, notes, and snippets.

@miura
Created November 15, 2012 11:25
Show Gist options
  • Select an option

  • Save miura/4078134 to your computer and use it in GitHub Desktop.

Select an option

Save miura/4078134 to your computer and use it in GitHub Desktop.
jython code for downloading course file.
# requires https://github.com/cmci/CourseUtil and JmageJ
from emblcmci import URLSaver
us = URLSaver()
us.run("http://cmci.embl.de/sampleimages/macrocourse.zip")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment