Tags: DistributedScience/Distributed-CellProfiler
Tags
Optionally download files to EBS rather than use S3FS (#116) * First attempt at downloading files * fix string reading of metadata * remove files when you're done with them * my code runs too fast * use fields * make channels into a list * make directory for files to land in * port to python2
DCP2.0 (#104) * Update run.py * Delete fabfile.py * Move previous fab functions into run.py * Debugging from lambda * tabs to spaces, issues/112 * issues/105 * issues/110, fix passing USE_PLUGINS * fix tabs to spaces in run.py * tab/space error in run_batch_general * issues/107 * issues/107 * add 'cheapest' mode to monitor * get credentials working * move machine type/price/date out of fleet file * move machine type/price/date out of fleet file * support running of monitor in cheapest mode * fix indentation in CHECK_IF_DONE * move cpDone * don't move done file, you still need to check it * don't move done file, you still need to check it * fix cmdstm for batch files * fixes to make log export work * python 3 support in run.py * move Python2 files to their own folder * pin watchtower to last python2 version * support for CellProfiler 4 * fix alarm time designation * Update README.md * Update requirements.txt * Update LICENSE * Add a bit about run_batch_general
Clone and install requirements for CPPlugins (#91) * Clone the plugins repo * Update Dockerfile * Add plugins directory to CP call * Add plugins to config * Add USE_PLUGINS * Fix -i bug in batchfiles, make plugins follow an input variable * Fix formatting of cmd lines * Space before --plugins * Rebase plugins use (#109) * Add userdata for each LaunchSpecification (#102) Co-authored-by: Ubuntu <ubuntu@ip-10-236-94-254.ec2.internal> * Batch files should be able to have input files too Co-authored-by: Matthew Chess <fuzzymath007@users.noreply.github.com> Co-authored-by: Ubuntu <ubuntu@ip-10-236-94-254.ec2.internal> Co-authored-by: Matthew Chess <fuzzymath007@users.noreply.github.com> Co-authored-by: Ubuntu <ubuntu@ip-10-236-94-254.ec2.internal>