Skip to content

otb `reports` structure

David Molik edited this page Dec 1, 2021 · 3 revisions

After running otb.sh you will find the following files in the /reports directory, ${NAME} is determined by ./otb.sh -n or ./otb.sh --name


  1. ${NAME}.nextflow.command.txt - this is the nextflow command that was used
  2. nextflow-${NAME}.stdout.txt - this is the standard out of nextflow
  3. nextflow-${NAME}.report.html - this is a nextflow html report, read more
  4. nextflow-${NAME}.trace.txt - this is a nextflow trace report, read more
  5. nextflow-${NAME}.timeline.html - this is a nextflow timeline report, read more
  6. nextflow-${NAME}.dag.png - this is a nextflow dag diagram, read more