Skip to content

Commit

Permalink
document report param
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed May 30, 2019
1 parent 7930343 commit 3bcd50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoCORE.py
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,7 @@ def count_alternate_alleles(sub_base_vectors,ref_name,ref_sequence,ref_total_aln

if not args.suppress_report:
if (args.place_report_in_output_folder):
report_name = os.path.join(OUTPUT_DIRECTORY,"CRISPResso2_report.html")
report_name = _jp("CRISPResso2_report.html")
else:
report_name = OUTPUT_DIRECTORY+'.html'
CRISPRessoReport.make_report(crispresso2_info,report_name,OUTPUT_DIRECTORY,_ROOT)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ This should produce a folder called 'CRISPResso_on_base_editor'. Open the file c

--suppress_plots: Suppress output plots (default: False)

--place_report_in_output_folder: If true, report will be written inside the CRISPResso output folder. By default, the report will be written one directory up from the report output. (default: False)

## CRISPResso2 output
The output of CRISPResso2 consists of a set of informative graphs that allow for the quantification and visualization of the position and type of outcomes within an amplicon sequence.

Expand Down

0 comments on commit 3bcd50d

Please sign in to comment.