Closed kfuku52 closed 1 year ago
I submitted the annotation file generated by GFF2MSS and received feedback from DDBJ as below:
3) 3-1: 各エントリーのsourceに、以下のcountryとcollection_dateの追加を 御願いします。 country Singapore:Tempines collection_date 2019-03-26 3-2: 各エントリーのsourceに、以下のisolateの追加を御願いします。 isolate SING2019-196 3-3: strainは、sexに修正を御願いします。 strain male -> sex male 3-4: ff_definitionについては、以下値に修正を御願いします。 @@[organism]@@ @@[isolate]@@ DNA, @@[submitter_seqid]@@
To address those changes, I introduced new options (--iso <isolate>, --sex <sex>, --cou <country>, and cod <collection_date>) that add corresponding source features when set, while the default behavior is unchanged. https://github.com/kfuku52/GFF2MSS/commit/d2f1524b55927e469919b57d823998fa9d706c34
--iso <isolate>
--sex <sex>
--cou <country>
cod <collection_date>
source
If you are willing to incorporate this feature into your repo, I will gladly create a PR.
I submitted the annotation file generated by GFF2MSS and received feedback from DDBJ as below:
To address those changes, I introduced new options (
--iso <isolate>
,--sex <sex>
,--cou <country>
, andcod <collection_date>
) that add correspondingsource
features when set, while the default behavior is unchanged. https://github.com/kfuku52/GFF2MSS/commit/d2f1524b55927e469919b57d823998fa9d706c34If you are willing to incorporate this feature into your repo, I will gladly create a PR.