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

Modify parsing of pedigree to allow new RNA DE keys #554

Closed
2 tasks done
henrikstranneheim opened this issue Aug 24, 2018 · 1 comment
Closed
2 tasks done

Modify parsing of pedigree to allow new RNA DE keys #554

henrikstranneheim opened this issue Aug 24, 2018 · 1 comment
Assignees
Labels

Comments

@henrikstranneheim
Copy link
Collaborator

henrikstranneheim commented Aug 24, 2018

  • sample_origin
  • time_point
@henrikstranneheim henrikstranneheim self-assigned this Aug 24, 2018
henrikstranneheim added a commit that referenced this issue Aug 28, 2018
- Added sample_origin and time_point to pedigree yaml parsing
- Added pedigree test fixture
- Moved some checks from MAIN to pipeline
- Added check for sample_id values in parameter
- Modified pedigree options in CLI
@henrikstranneheim
Copy link
Collaborator Author

henrikstranneheim commented Aug 29, 2018

Added to pedigree.yaml:

samples:
  - sample_origin: [SAMPLE_ID]
  - time_point: [TIME_POINT]

Will be parsed and transfered to active_parameters hash:

$active_parameter{sample_origin}{$sample_id} = [SAMPLE_ID]
$active_parameter{time_point}{$sample_id} = [TIME_POINT]

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

1 participant