Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_parameter no longer used in pyPiper #8

Closed
rcorces opened this issue Apr 6, 2019 · 5 comments
Closed

get_parameter no longer used in pyPiper #8

rcorces opened this issue Apr 6, 2019 · 5 comments

Comments

@rcorces
Copy link

rcorces commented Apr 6, 2019

Hey @nsheff - I was in need of an RNA-seq pipeline and I naturally came here. I went with the Kallisto version since it was the most-recently updated (good idea or bad idea?). I'm not sure if you guys are still maintaining these. Getting this up and running was very smooth with the exception of the following issue:

I think get_parameter is no longer used in the newer version of pyPiper. It was changed to get_first_value via databio/pypiper@62cc784. At least in the Kallisto pipeline this needs to be changed in the following places:

from pypiper import add_pypiper_args, get_parameter, NGSTk, PipelineManager

and

getopt = partial(get_parameter, param_pools=[sample, cmdl_opts, pipe_opts])

I did not find uses of get_parameter in the other pipelines, perhaps because they arent really used?

@nsheff
Copy link
Member

nsheff commented Apr 6, 2019

I'd say we are still maintaining these, but we do less stuff with RNA so they are less used... but the kallisto one should work for you, if kallisto is what you want to use.

Yeah -- get_parameter is a really useful thing but it wasn't widely used yet -- it looks like we missed this use of it when we made the name change.

I've updated it now here in rnapipe...

@nsheff
Copy link
Member

nsheff commented Apr 6, 2019

by the way, FYI there's a new version of pypiper out just a week or two ago:

http://code.databio.org/pypiper/changelog/

and within the next week we will have a new release of looper, peppy, and caravel:

pepkit/looper#152

pepkit/peppy#260

pepkit/caravel#67

So you might want to check those out, early next week

@rcorces
Copy link
Author

rcorces commented Apr 6, 2019

awesome!

@rcorces rcorces closed this as completed Apr 12, 2019
@nsheff
Copy link
Member

nsheff commented Apr 12, 2019

did that work for you?

@rcorces
Copy link
Author

rcorces commented Apr 12, 2019

yep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants