Workflow Demos

Return to all workflow demos

bwa align bioActor

Description

Fast DNA alignment by bwa program.

Execution Choices

  • HadoopMapReduce
  • LocalExecution
  • StratosphereMapReduce

Inputs

querySequenceFileDNA sequence file.
referencePrefixThe prefix of formatted reference database.

Outputs

alignmentFileThe alignment output file in SAM format.

Parameters

programThe command line program to execute.
checkOutputTimestampIf true, verify the last modification timestamp for each output file has increased after execution. If the timestamp has not increased, throw an error.
additionalOptions"bwasw": bwa-sw algorithm is used in fast alignment.
ChoiceThe execution choice to run.