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

Add outputs and adjust split size #7

Open
wants to merge 2 commits into
base: img
Choose a base branch
from
Open

Add outputs and adjust split size #7

wants to merge 2 commits into from

Commits on Nov 22, 2021

  1. Add outputs and adjust split size

    This adds several missing outputs from the structural annotation portion
    of the pipeline (crt, genemark, prodigal, trnascan, rfam).  These
    outputs were being used in the full outputs but the individual GFF files
    weren't being propagated as outputs.
    
    This also adjusts the split size to 100M.  Testing found that the memory
    requirements and run-times are still pretty reasonable at this split
    size.  This significantly improves throughput since most of the steps
    run in the same amount of time for the larger split size.
    scanon committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    fba668c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Handle null output in rfam

    scanon committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b73a968 View commit details
    Browse the repository at this point in the history