uclahs-cds / package-moPepGen

Multi-Omics Peptide Generator
https://uclahs-cds.github.io/package-moPepGen/
GNU General Public License v2.0
6 stars 1 forks source link

Fix callVariant when `call_peptides_main` does not return graph data #794

Closed zhuchcn closed 1 year ago

zhuchcn commented 1 year ago

Description

Some times call_variant_main does not return anything because there isn't any variant left after filtering. In that case, the write_pgraphs should be skipped for it.

Also, enabled fuzzTest to write graph data.

Closes #...

Checklist