Skip to content

Commit fe03c9f

Browse files
committed
v3.6.1 bug fix DNBSEQ
1 parent 1465004 commit fe03c9f

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
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-23
7-
* version: v3.6
6+
* 公開日: 2025-10-29
7+
* version: v3.6.1
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-29: v3.6.1 DNBSEQ platform bug fix
1617
* 2025-10-23: v3.6 JGA xsd 1.3.0
1718
* 2025-06-23: v3.5 Non-ASCII, DRA Experiment Library Layout
1819
* 2025-05-19: v3.4 5000 以上のオブジェクト数でワーニング
@@ -333,8 +334,8 @@ TBD
333334
## English
334335

335336
* Bioinformation and DDBJ Center
336-
* release: 2025-10-23
337-
* version: v3.6
337+
* release: 2025-10-29
338+
* version: v3.6.1
338339

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

344345
## History
345346

347+
* 2025-10-29: v3.6.1 DNBSEQ platform bug fix
346348
* 2025-10-23: v3.6 JGA xsd 1.3.0
347349
* 2025-06-23: v3.5 Non-ASCII, DRA Experiment Library Layout
348350
* 2025-05-19: v3.4 Warning to objects > 5000

exe/excel2xml_jga

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,16 +1329,11 @@ experiment_f.puts xml_experiment.EXPERIMENT_SET{|experiment_set|
13291329
platform_e.INSTRUMENT_MODEL(exp[7])
13301330
}
13311331

1332-
when /bgiseq|mgiseq/i
1332+
when /bgiseq|mgiseq|dnbseq/i
13331333
seq2_platform.BGISEQ{|platform_e|
13341334
platform_e.INSTRUMENT_MODEL(exp[7])
13351335
}
13361336

1337-
when /dnbseq/i
1338-
seq2_platform.DNBSEQ{|platform_e|
1339-
platform_e.INSTRUMENT_MODEL(exp[7])
1340-
}
1341-
13421337
when /Element/
13431338
seq2_platform.ELEMENT{|platform_e|
13441339
platform_e.INSTRUMENT_MODEL(exp[7])

0 commit comments

Comments
 (0)