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

Update handling of input targets csv file #5

Open
glebkuznetsov opened this issue May 20, 2014 · 2 comments
Open

Update handling of input targets csv file #5

glebkuznetsov opened this issue May 20, 2014 · 2 comments

Comments

@glebkuznetsov
Copy link
Member

Currently, optmage parses an inputs targets csv file in order of arguments. Additionally, the headers in the example file have opaque names.

Thus we should:

  1. Clean up the input targets template file to have better header names.
  2. Parse the file according to column name, and not by order. This will be cleaner code.
@dbgoodman
Copy link
Member

Can you give more context here? Not sure what input (?) file interface you
mean.


Daniel B. Goodman
NSF GRFP Fellow
Division of Health Sciences and Technology
Massachusetts Institute of Technology
Bioinformatics and Integrative Genomics
P: (617) 459-2949 | E: [email protected] www.dbgoodman.com

On Tue, May 20, 2014 at 2:46 PM, Gleb Kuznetsov [email protected]:

Right now we're reading positional arguments, but we probably want to read
column names; using more of a template file pattern.


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

@glebkuznetsov glebkuznetsov changed the title Update iput file interface Update handling of input targets csv file May 20, 2014
@glebkuznetsov
Copy link
Member Author

Updated the first comment which describes the issue to clarify.

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