Skip to content
Snippets Groups Projects
  1. Aug 05, 2015
  2. Aug 04, 2015
  3. Aug 02, 2015
  4. Aug 01, 2015
  5. Jul 29, 2015
  6. Jul 28, 2015
  7. Jul 24, 2015
  8. Jul 20, 2015
  9. Jul 19, 2015
  10. Jul 18, 2015
    • Christopher Schmied's avatar
      Fixed bug in define_tif_zip.bsh · 54409398
      Christopher Schmied authored
      Pixel size variable had wrong variable names
      54409398
    • Christopher Schmied's avatar
      Fixed bug in Snakefile · 42219bf9
      Christopher Schmied authored
      Bug was occuring when sending many batched jobs between resave_hdf5
      and registration. The rule registration did not wait until all jobs
      of resave_hdf5 were finished. Upon sending registration jobs to the
      cluster also some already finished resave_hdf5 jobs were also sent
      again. This broke the registration rule since registration jobs were
      now sent although some resave_hdf5 jobs were again running and thus
      according to snakemake incomplete.
      It seems to me that the job files are not deleted fast enough upon
      completion. Thus the when registration send its first batch of jobs
      out also other finished jobs were resent.
      Fixed: registration waits now until all resave_hdf5 jobs are done.
      The registration jobs are now send insulated from the resave_hdf5
      jobs.
      
      Reinstituted temp files since these were not causing the issue
      
      sending
      42219bf9
    • Christopher Schmied's avatar
      working Snakemake version · 0c6ab114
      Christopher Schmied authored
      0c6ab114
  11. Jul 17, 2015
  12. Jul 16, 2015
Loading