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

[PED] Add information in PED column #409

Open
antonylebechec opened this issue Apr 25, 2022 · 1 comment
Open

[PED] Add information in PED column #409

antonylebechec opened this issue Apr 25, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@antonylebechec
Copy link
Collaborator

In order to add information on samples through PED file, use column (>6) to create new column in the samples table.

Suggestion (depend on the strategy):

  • control column, by defining them strictly (e.g. column 7 for HPO, column 8 for Tags...)
  • add a header on PED file to control field/column name
  • autodetect tags in column >6
@antonylebechec antonylebechec added the enhancement New feature or request label Apr 25, 2022
@antonylebechec
Copy link
Collaborator Author

In STARK, a PED file can contain more column that 6.
A header (first line) define the header, and column name (from 7th column).
If column name is "tags" or "#tags", this is the tags column.
The same can be donne for all type of column (e.g. HPO).

I suggest that if the first line is a comment (start with "#"), this is a header that define column/fields name. And depending on names, a action is done (tags, hpo...) to include value in samples table fields (and create the field if needed)

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

No branches or pull requests

3 participants