Skip to content

Commit

Permalink
remove defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Jan 30, 2024
1 parent a416c21 commit 82eabd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/busco/busco/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ functionality:
arguments:
- name: --contig_break
type: integer
default: 10
required: false
description: |
Number of contiguous Ns to signify a break between contigs in BBTools analysis.
- name: --limit
type: integer
default: 3
required: false
description: |
Number of candidate regions (contig or transcript) from the BLAST output to consider per BUSCO.
This option is only effective in pipelines using BLAST, i.e. the genome pipeline (see --augustus) or the prokaryota transcriptome pipeline.
Expand All @@ -171,7 +171,7 @@ functionality:
arguments:
- name: --e_value
type: double
default: 0.001
required: false
description: |
E-value cutoff for BLAST searches.
Expand Down
1 change: 0 additions & 1 deletion src/busco/busco/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ echo "> Running busco"
--mode protein \
--lineage_dataset stramenopiles_odb10 \
--output_dir output
ls -la output/run_stramenopiles_odb10

echo ">> Checking output"
[ ! -f "output/full_table.tsv" ] && echo "full_table.tsv does not exist" && exit 1
Expand Down

0 comments on commit 82eabd4

Please sign in to comment.