looper icon indicating copy to clipboard operation
looper copied to clipboard

A job submitter for Portable Encapsulated Projects

Results 71 looper issues
Sort by recently updated
recently updated
newest added
trafficstars

I just got a bit tripped up with the command extra stuff, and realized: in `looper.cli` you have to use `command-extra`, but in `sample_modifiers.append` you use `command_extra`. This all makes...

adding support for bulker would be sweet. here's what we'd need to do: - [x] pipeline interface adds `bulker_crate` attribute - [ ] on `--bulker` flag, looper first runs a...

enhancement

when proceeding under local compute mode, looper should more gracefully handle keyboard interrupts, passing them on the to command it was running and allowing that command a few seconds to...

For running a pipeline within a container there is a need to skip the check for pipeline location verification as the pipeline of interest in hidden from looper's view within...

- [x] remove pause. - [x] it currently erroneously complains if you give it a registry path. - [x] remove asking if the user would wish to follow tutorial (assume...

likely-solved

- [ ] Ensure docs are updated: https://github.com/pepkit/pepspec/pull/34

Currently looper prints a statement in dict format for the commands/jobs submitted: ``` Looper finished Samples valid for job generation: 2 of 2 {'Pipestat compatible': False, 'Commands submitted': '2 of...

likely-solved

I can't seem to `divvy list` on a fresh install of looper 2.0.0a1: ``` divvy list Using divvy config: /home/nsheff/Dropbox/env/divvy_config/vole.yaml Traceback (most recent call last): File "/home/nsheff/.local/bin/divvy", line 8, in...

bug
likely-solved

Just keeping for myself a list of TODO things for looper docs update: - [ ] Howto: Run looper from PEPhub (this shows up in the hello world docs, but...

docs

> how do to parallel-process files with looper locally -> originally a divvy idea. > issue: 100 files -> divvy submits to cluster no problem, if local they will run...