Closed GoogleCodeExporter closed 9 years ago
Getting the Nth levels of a path use code from ruffus.ruffus_utility
from ruffus.ruffus_utility import *
for aa in range(10):
print get_nth_nested_level_of_path ("/test/this/now/or/not.txt", aa)
Original comment by bunbu...@gmail.com
on 15 May 2014 at 4:07
1) pipeline_printout forwards printing to _task.printout
2) pipeline_run needs to borrow code from pipeline_printout to print up to date
tasks including their jobs
3) See file_name_parameters.py::get_readable_path_str()
Original comment by bunbu...@gmail.com
on 29 May 2014 at 7:00
Will be in version 2.5. See github
Original comment by bunbu...@gmail.com
on 24 Jul 2014 at 6:59
Original issue reported on code.google.com by
bunbu...@gmail.com
on 14 May 2014 at 10:23