Skip to content

Commit

Permalink
update bash string substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent 93c25f5 commit 083561d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_tutorial_custom_prior.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ bean run sorting variant $working_dir/${screen_id1}.h5ad --control-condition D14

# 2. Build prior
# Feed first and second `bean run` scripts, and output file pickle file path that will store prior_params
# Usage: bean build-prior command_run1 command_run2 raw_output_run1 param_output
bean build-prior \
'bean run sorting variant $working_dir/${screen_id1}.h5ad --control-condition D14_1 -o $working_dir --fit-negctrl --save-raw' \
'bean run sorting variant $working_dir/${screen_id2}.h5ad --control-condition D14_2 -o $working_dir --fit-negctrl' \
"bean run sorting variant $working_dir/${screen_id1}.h5ad --control-condition D14_1 -o $working_dir --fit-negctrl --save-raw" \
"bean run sorting variant $working_dir/${screen_id2}.h5ad --control-condition D14_2 -o $working_dir --fit-negctrl" \
$working_dir/bean_run_result.${screen_id1}/MixtureNormal.result.pkl \
$working_dir/prior_params.pkl

Expand Down

0 comments on commit 083561d

Please sign in to comment.