Skip to content

Commit f47dcfc

Browse files
committed
(#12) adding generator for BWA workflow
1 parent ef3c441 commit f47dcfc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/generating_workflows.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ each workflow recipe <workflowhub-generator-label>` for the lower bound values.
5353

5454
The current list of available workflow recipes include:
5555

56+
- :class:`~workflowhub.generator.workflow.blast_recipe.BLASTRecipe`: :code:`from workflowhub.generator import BLASTRecipe`
57+
- :class:`~workflowhub.generator.workflow.bwa_recipe.BWARecipe`: :code:`from workflowhub.generator import BWARecipe`
5658
- :class:`~workflowhub.generator.workflow.cycles_recipe.CyclesRecipe`: :code:`from workflowhub.generator import CyclesRecipe`
5759
- :class:`~workflowhub.generator.workflow.epigenomics_recipe.EpigenomicsRecipe`: :code:`from workflowhub.generator import EpigenomicsRecipe`
5860
- :class:`~workflowhub.generator.workflow.genome_recipe.GenomeRecipe`: :code:`from workflowhub.generator import GenomeRecipe`

0 commit comments

Comments
 (0)