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

Flexible execution of pipeline #8

Open
ipurusho opened this issue Dec 5, 2013 · 3 comments
Open

Flexible execution of pipeline #8

ipurusho opened this issue Dec 5, 2013 · 3 comments

Comments

@ipurusho
Copy link

ipurusho commented Dec 5, 2013

Allow user (via command line) be able to pick desired tasks to execute on seq data. Allows for flexibility for choosing seq analysis workflow, for complete or partial pipelines.

@ipurusho
Copy link
Author

example:
completeseq {base_path} -m tophat -q -d limma -o /output/dir

executes mapping (m), quality control (q) and diff analysis (d) using tools of choice

@lishen
Copy link
Member

lishen commented Dec 19, 2013

It would be great to control the pipeline using a configuration file as well. This not only increases your productivity but also allows reproducible analysis.

@ipurusho
Copy link
Author

That's a great idea. I'll add that to the issue list. This might be a better option because it will allow us to input all the necessary and optional run parameters of tophat, cuffdiff, etc. more easily.

@ghost ghost assigned ipurusho Dec 19, 2013
@ipurusho ipurusho removed their assignment Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants