rule hmmbuild_profile:
    input:
        "test-profile.sto"
    output:
        "test-profile.hmm"
    log:
        "logs/test-profile-hmmbuild.log"
    params:
        options="",
    threads: 4
    wrapper:
        "main/wrappers/hmmer/hmmbuild"
