Skip to content

Commit

Permalink
Merge pull request #241 from necrolyte2/master
Browse files Browse the repository at this point in the history
Puts diamond params as commented out section but gets filled in for easi...
  • Loading branch information
necrolyte2 committed Apr 29, 2015
2 parents fbdd038 + 8b7aadd commit a720942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pathdiscov/files/sample.param.base
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ command iterative_blast_phylo

# for the "_list" settings, use a comma-delimited list with no spaces

blast_db_list BLAST_NT,BLAST_NT # blast db prefix
blast_db_list BLAST_NT,BLAST_NT #,DIAMOND_NR blast db prefix
blast_task_list megablast,dc-megablast # options are: megablast dc-megablast blastn, diamond
# blast_options_list -evalue 1e-4 -word_size 28,-evalue 1e-4 -word_size 12,-evalue 1e-4 -word_size 7 # blast options (except for: -task -query -db -out -outfmt -num_descriptions; these are
blast_options_list -evalue 1e-4 -word_size 28,-evalue 1e-4 -word_size 12 # blast options (except for: -task -query -db -out -outfmt -num_descriptions; these are hardwired)
blast_options_list -evalue 1e-4 -word_size 28,-evalue 1e-4 -word_size 12 ##,--compress 0 -p 0 -v -k 10 -w 28 --id 0.7 -c 4 -t TEMPDIR blast options (except for: -task -query -db -out -outfmt -num_descriptions; these are hardwired)
ninst_list NUMINST,NUMINST # the input file will be broken into chunks and blasted in parallel - this parameter is the number of instances of BLAST you want to run in parallel
taxonomy_names TAX_NAMES # NCBI taxonomy names dump file
taxonomy_nodes TAX_NODES # NCBI taxonomy nodes dump file
Expand Down

0 comments on commit a720942

Please sign in to comment.