Skip to content

Commit

Permalink
No longer need strip_components: 2 for manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Dec 6, 2022
1 parent 2a4c00a commit 0f09fcc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/blast2go/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories:
- Sequence Analysis
type: unrestricted
include:
- strip_components: 2
- strip_components: 0
source:
- test-data/blastp_sample.blast2go.tabular
- test-data/blastp_sample.xml
Expand Down
2 changes: 1 addition & 1 deletion tools/blast_rbh/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- Sequence Analysis
type: unrestricted
include:
- strip_components: 2
- strip_components: 0
source:
- test-data/four_human_proteins.fasta
- test-data/k12_edited_proteins.fasta
Expand Down
2 changes: 1 addition & 1 deletion tools/blastxml_to_top_descr/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ categories:
- Text Manipulation
type: unrestricted
include:
- strip_components: 2
- strip_components: 0
source:
- test-data/blastp_four_human_vs_rhodopsin.xml
- test-data/blastp_four_human_vs_rhodopsin_converted_ext.tabular
Expand Down
2 changes: 1 addition & 1 deletion tools/make_nr/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- Sequence Analysis
type: unrestricted
include:
- strip_components: 2
- strip_components: 0
source:
- README.rst
- make_nr.py
Expand Down
2 changes: 1 addition & 1 deletion tools/ncbi_blast_plus/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- Sequence Analysis
type: unrestricted
include:
- strip_components: 2
- strip_components: 0
source:
- test-data/blastdb.loc
- test-data/blastdb_d.loc
Expand Down

0 comments on commit 0f09fcc

Please sign in to comment.