Skip to content

Commit a563100

Browse files
committed
v3.3
1 parent ba34d95 commit a563100

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## 日本語
44

55
* 生命情報・DDBJ センター
6-
* 公開日: 2025-01-16
7-
* version: v3.2
6+
* 公開日: 2025-02-27
7+
* version: v3.3
88

99
[Bioinformation and DDBJ Center](https://www.ddbj.nig.ac.jp/index-e.html) のデータベースに登録するためのメタデータ XML を生成、チェックするツール。
1010
* [DDBJ Sequence Read Archive (DRA)](https://www.ddbj.nig.ac.jp/dra/submission.html): Submission、Experiment、Run と Analysis (任意) XML を生成・チェックするためのエクセルとスクリプト
@@ -13,6 +13,7 @@
1313

1414
## 履歴
1515

16+
* 2025-02-27: v3.3 Organization bug fix
1617
* 2025-01-16: v3.2 TEL 削除
1718
* 2024-10-23: v3.1 Library Source SINGLE CELL
1819
* 2024-07-05: v3.0 シート名に DB prefix を付加
@@ -329,8 +330,8 @@ TBD
329330
## English
330331

331332
* Bioinformation and DDBJ Center
332-
* release: 2025-01-16
333-
* version: v3.2
333+
* release: 2025-02-27
334+
* version: v3.3
334335

335336
These files are Excel, container images and tools for generation and validation of metadata XML files for databases of [Bioinformation and DDBJ Center](https://www.ddbj.nig.ac.jp/index-e.html).
336337
* [DDBJ Sequence Read Archive (DRA)](https://www.ddbj.nig.ac.jp/dra/submission-e.html): generate and check Submission, Experiment and Run XML files.
@@ -339,6 +340,7 @@ These files are Excel, container images and tools for generation and validation
339340

340341
## History
341342

343+
* 2025-02-27: v3.3 Organization bug fix
342344
* 2025-01-16: v3.2 TEL removed
343345
* 2024-10-23: v3.1 Library Source SINGLE CELL
344346
* 2024-07-05: v3.0 DB prefix added to sheet name

exe/excel2xml_jga

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ for num, line in submission_a
153153
contact_a = Array.new
154154
pi_a = Array.new
155155
while submission_a[j][1][0] && /\d/ =~ submission_a[j][1][0].to_s && submission_a[j][1][3] # if there is a mail address
156-
156+
157157
# PI
158158
if /Principal Investigator/ =~ submission_a[j][1][0].to_s
159159
# center name is fixed to Individual
@@ -793,8 +793,8 @@ study_f.puts xml_study.STUDY_SET{|study_set|
793793

794794
# Extract PI information
795795
if submission_h["pi"]
796-
for first_name, last_name, mail, tel, organization in submission_h["pi"]
797-
# organization
796+
for first_name, last_name, mail, organization in submission_h["pi"]
797+
# organization
798798
study_attributes.STUDY_ATTRIBUTE{|study_attribute|
799799
study_attribute.TAG("Submitting organization")
800800
study_attribute.VALUE(organization)

0 commit comments

Comments
 (0)