Skip to content

Commit 0f09fcc

Browse files
committed
No longer need strip_components: 2 for manifests
1 parent 2a4c00a commit 0f09fcc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tools/blast2go/.shed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ categories:
2020
- Sequence Analysis
2121
type: unrestricted
2222
include:
23-
- strip_components: 2
23+
- strip_components: 0
2424
source:
2525
- test-data/blastp_sample.blast2go.tabular
2626
- test-data/blastp_sample.xml

tools/blast_rbh/.shed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- Sequence Analysis
1212
type: unrestricted
1313
include:
14-
- strip_components: 2
14+
- strip_components: 0
1515
source:
1616
- test-data/four_human_proteins.fasta
1717
- test-data/k12_edited_proteins.fasta

tools/blastxml_to_top_descr/.shed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ categories:
2525
- Text Manipulation
2626
type: unrestricted
2727
include:
28-
- strip_components: 2
28+
- strip_components: 0
2929
source:
3030
- test-data/blastp_four_human_vs_rhodopsin.xml
3131
- test-data/blastp_four_human_vs_rhodopsin_converted_ext.tabular

tools/make_nr/.shed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
- Sequence Analysis
1414
type: unrestricted
1515
include:
16-
- strip_components: 2
16+
- strip_components: 0
1717
source:
1818
- README.rst
1919
- make_nr.py

tools/ncbi_blast_plus/.shed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- Sequence Analysis
1212
type: unrestricted
1313
include:
14-
- strip_components: 2
14+
- strip_components: 0
1515
source:
1616
- test-data/blastdb.loc
1717
- test-data/blastdb_d.loc

0 commit comments

Comments
 (0)