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

Feature/dragen cli #873

Merged
merged 11 commits into from Jun 20, 2019
Merged

Feature/dragen cli #873

merged 11 commits into from Jun 20, 2019

Conversation

henrikstranneheim
Copy link
Collaborator

@henrikstranneheim henrikstranneheim commented Jun 19, 2019

This PR fixes:

  • A draft of a dragen rd dna pipeline

How to test:

  • Automatic and continuous test pass

Expected outcome:

  • Installation, unit and integration tests pass

Review:

  • Code review
  • New code is executed and covered by tests
  • Tests pass

Copy link
Collaborator

@jemten jemten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to see that dragen is starting to happen. I think it looks good and we will know more about how it runs once dragen is actually installed

# - cd /lib/x86_64-linux-gnu
# - sudo ln -s libssl.so.1.0.0 libssl.so.10
# - sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10
# - cd -

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to clean up the travis file a bit 🏗️

update_path: absolute_path
picardtools_path:
associated_recipe:
# - dragen_dna
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I left these comments intentionally to be activated once we actually have a dragen to interact with.

outfile_suffix: ".vcf"
# program_executables:
# - dragen
type: recipe
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove?
Or is this something that will be activated once dragen is actually installed?

@@ -165,27 +165,13 @@ sv_vcfanno:
data_type: SCALAR
default: 0
type: recipe_argument
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What separates this file from dragen_rd_dna_parameters.yaml?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder how that got there! I will remove it

active_parameter_href => $active_parameter_href,
file_info_href => $file_info_href,
parameter_href => $parameter_href,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to see that there still are some parameters that can be ordered AB ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@henrikstranneheim henrikstranneheim merged commit 99c4aa9 into develop Jun 20, 2019
@henrikstranneheim henrikstranneheim deleted the feature/dragen_cli branch June 20, 2019 14:51
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

Successfully merging this pull request may close these issues.

None yet

2 participants