Skip to content

Commit

Permalink
update output rvc
Browse files Browse the repository at this point in the history
  • Loading branch information
vyepez88 committed Jul 19, 2022
1 parent 88357e3 commit 953cb58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tab at the top of the screen. The Overview tab contains links to the:
* ``Seq_filter``: fails one of the default variant calling filters
* ``Mask``: variant falls in a repeat/mask region
* ``minALT``: variant passes ``Seq_filter`` but doesn't meet config ``minALT`` criteria
* Boxplot and underyling table showing the number of variants that pass or fail the filters
* Boxplot and underyling table showing the number of variants that pass or fail the different filters

Local result files
##################
Expand All @@ -140,6 +140,6 @@ Additionally the ``rnaVariantCalling`` module creates the following output direc
* ``Output/processed_results/rnaVariantCalling/batch_vcfs``
* this directory contains the multi-sample vcf files for each batch
* ``Output/processed_results/rnaVariantCalling/sample_vcfs``
* this directory contains the single-sample vcf files if the config value ``createSingleVCF: true``
* this directory contains the single-sample vcf files if the config parameter ``createSingleVCF`` is set to ``true``
* ``Output/processed_results/rnaVariantCalling/data_tables``
* this directory contains data tables easily imported into ``R`` using ``fread('path/to/data.table.Rds')`` for each batch of vcfs
* this directory contains data tables for each batch of vcfs

0 comments on commit 953cb58

Please sign in to comment.