Giter Club home page Giter Club logo

blacktie's People

Contributors

bitdeli-chef avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blacktie's Issues

--prog should take multiple steps rather than just ONE or 'all'

Currently updating argparse call to allow any number of allowed programs to call.

However, you are still in charge of making sure that the required files exist where they should be for steps that have not JUST had the correct preceding command called.

automate running of qsubs with dependencies on SGE

as of now:

blacktie --prog all config.yaml --mode qsub_script

writes your individual qsub scripts but you have to submit them all by hand.

blacktie should be able to write a meta-qsub that will take care of submitting, monitoring successfull completion of dependent runs and progression to the next set of qsubs.

cummerbund not included in dry run when "--prog all"

Hi,

Looks like a great program! I've run into a small problem when calling cummerbund.

When I run the following cummerbund is not listed as an output.
blacktie --prog all --no-email --mode dry_run path/example.yaml

However the following works just fine:
blacktie --prog cummerbund --no-email --mode dry_run path/example.yaml

I haven't run anything through, only in dry_run. Is there a reason that cummerbund is not listed in the dry_run, or is the "all" call not working correctly?

Thank you. All the best,
Bobby

blacktie/scripts/cummerbund.py doesn't import errors

blacktie --prog all ../../config_files/tophat_cufflinks_Cq_0-4-6-8-10.gtf_strict.hpc.yaml --mode qsub_script
[Note] Starting tophat step.

[Note] Starting cufflinks step.

[Note] Starting cuffmerge step.

[Note] Starting cuffdiff step.

sh: R: command not found
Traceback (most recent call last):
  File "/data/users/dunnw/py273/bin/blacktie", line 8, in <module>
    load_entry_point('blacktie==0.2.1qf1', 'console_scripts', 'blacktie')()
  File "/data/users/dunnw/py273/lib/python2.7/site-packages/blacktie/scripts/blacktie_pipeline.py", line 236, in main
    from blacktie.scripts import cummerbund
  File "/data/users/dunnw/py273/lib/python2.7/site-packages/blacktie/scripts/cummerbund.py", line 37, in <module>
    raise errors.BlacktieError('Importing required module "rpy2" failed because no R application could be found on your system. Try again after instaling R.')
NameError: name 'errors' is not defined

Mac bug: pprocess AttributeError module object has no attribute 'poll'

Full traceback

Traceback (most recent call last):
  File "/Users/name/virtualPython/bin/blacktie", line 9, in
<module>
    load_entry_point('blacktie==0.2.1qf1', 'console_scripts', 'blacktie')()
  File
"/Users/name/virtualPython/lib/python2.7/site-packages/blacktie/scripts/blacktie_pipeline.py",
line 152, in main
    queue = pprocess.Queue(limit=yargs.cufflinks_options.p)
  File
"/Users/name/virtualPython/lib/python2.7/site-packages/pprocess.py",
line 806, in __init__
    Exchange.__init__(self, *args, **kw)
  File
"/Users/name/virtualPython/lib/python2.7/site-packages/pprocess.py",
line 277, in __init__
    self.poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.