FastaGzWithIndexes

A local file

Secondary Files

  • .amb
  • .ann
  • .bwt
  • .pac
  • .sa
  • .fai
  • ^.dict

Note

For more information, visit Secondary / Accessory Files

Quickstart

from janis_bioinformatics.data_types.fasta import FastaGzWithIndexes

w = WorkflowBuilder("my_workflow")

w.input("input_fastagzwithindexes", FastaGzWithIndexes(optional=False))

# ...other workflow steps

This page was automatically generated on 2020-12-22.