Skip to content

Commit 11a3eeb

Browse files
committed
version 3.6.2
1 parent fe03c9f commit 11a3eeb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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-10-29
7-
* version: v3.6.1
6+
* 公開日: 2025-10-30
7+
* version: v3.6.2
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-10-30: v3.6.2 BGISEQ platform bug fix
1617
* 2025-10-29: v3.6.1 DNBSEQ platform bug fix
1718
* 2025-10-23: v3.6 JGA xsd 1.3.0
1819
* 2025-06-23: v3.5 Non-ASCII, DRA Experiment Library Layout
@@ -334,8 +335,8 @@ TBD
334335
## English
335336

336337
* Bioinformation and DDBJ Center
337-
* release: 2025-10-29
338-
* version: v3.6.1
338+
* release: 2025-10-30
339+
* version: v3.6.2
339340

340341
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).
341342
* [DDBJ Sequence Read Archive (DRA)](https://www.ddbj.nig.ac.jp/dra/submission-e.html): generate and check Submission, Experiment and Run XML files.
@@ -344,6 +345,7 @@ These files are Excel, container images and tools for generation and validation
344345

345346
## History
346347

348+
* 2025-10-30: v3.6.2 BGISEQ platform bug fix
347349
* 2025-10-29: v3.6.1 DNBSEQ platform bug fix
348350
* 2025-10-23: v3.6 JGA xsd 1.3.0
349351
* 2025-06-23: v3.5 Non-ASCII, DRA Experiment Library Layout

lib/submission_excel2xml/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def download_xsd
1919
end
2020

2121
%w(analysis common dac data dataset experiment policy sample study submission).each do |part|
22-
url = "#{base}/jga/xsd/1-2/JGA.#{part}.xsd"
22+
url = "#{base}/jga/xsd/1-3/JGA.#{part}.xsd"
2323

2424
get url, SubmissionExcel2xml.xsd_path.join(File.basename(url))
2525
end

0 commit comments

Comments
 (0)