Skip to content

Commit

Permalink
added parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhera committed Aug 30, 2022
1 parent 3819034 commit bb6a93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/test_experiment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We will use the following parameters for all simulations:
1. 600 reference genomes, genes from 500 will be present in ref db, genes from the
rest 100 will not be present in the ref db.
1. 1M reads for each simulation
1. 1000 genes for each simulation
1. 10000 genes for each simulation
1. 150bp read length
1. No simulation errors

Expand Down
1 change: 1 addition & 0 deletions scripts/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ kSize=7 # decreasing this increases sensitivity at cost of FP's
refScale=10 # the higher this number, the faster things run, the smaller the database, at the cost of less sensitivity
queryScale=1 # likely will want to keep this at one (no down-sampling of the query)
thresholdBP=100 # this has the largest impact on FNs and FPs: setting it higher filters out more false positives, at the cost of more false negatives

# download genomes
echo "./get_reference_genomes.py -n $numGenomes -s $dataDir -u"
#./get_reference_genomes.py -n $numGenomes -s $dataDir -u
Expand Down

0 comments on commit bb6a93b

Please sign in to comment.