Skip to content

Commit

Permalink
Merge pull request #195 from eastgenomics/IN-500-syntax-fix
Browse files Browse the repository at this point in the history
IN-500 syntax fix (#195)
  • Loading branch information
Jay-Miles authored Apr 26, 2024
2 parents e571c37 + 51f8b8b commit a95187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ main() {
if [ "$split_hgvs" ]; then args+="--split_hgvs "; fi
if [ "$add_raw_change" ]; then args+="--add_raw_change "; fi
if [ "$lock_sheet" == true ]; then args+="--lock_sheet "; fi
if [ "$report_text" == true ]; then args+="--report_text" fi
if [ "$af_format"]; then args+="--af_format ${af_format} " fi
if [ "$report_text" == true ]; then args+="--report_text "; fi
if [ "$af_format"]; then args+="--af_format ${af_format} "; fi

args+="--out_dir /home/dnanexus/out/xlsx_reports "

Expand Down

0 comments on commit a95187d

Please sign in to comment.