chanzuckerberg / idseq-workflows

Portable WDL workflows for IDseq production pipelines
https://idseq.net/
MIT License
31 stars 12 forks source link

enable the ability to create generic consensus genomes #71

Closed katrinakalantar closed 3 years ago

katrinakalantar commented 3 years ago

Description

This PR makes it possible to create a generic consensus genome using the wdl workflow by passing the appropriate inputs (reference genome and primer files) and making the filterReads step optional. To generate generic consensus genomes, you would now need to include "filter_reads": false in the .json of wdl inputs.

note: this PR does not add additional error handling logic to ensure that a reference genome is of the correct format (.fasta) or any additional error handling.

Tests

jshoe commented 3 years ago

Screen Shot 2021-01-20 at 1 49 50 PM

Just FYI @katrinakalantar, if you wanted to consolidate the "committer" appearance, you can run something like this locally so that the email is recognized by Github:

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com