nfdi4plants / ARCCommander

Tool to manage your ARCs
MIT License
11 stars 9 forks source link

[BUG] statustermaccessionnumber and statustermsourceref exchanged in output #203

Closed andreaschrader closed 10 months ago

andreaschrader commented 12 months ago

Update (2023-08-11): v0.4.0-osx.x64

Describe the bug --statustermaccessionnumber and --statustermsourceref are exchanged in the isa.investiation file

To Reproduce When passing a command like this: arc i publication register --doi "10.XYZ" -p "1234" --authorlist "Author1; Author2; Author3" --title "TITLE" --status "xyz" --statustermaccessionnumber "12324" --statustermsourceref "ABC"

The last two arguments are switched in the isa.investigation file. Next to Investigation Publication Status Term Accession Number there is ABC and next to Investigation Publication Status Term Source REF there is 12324

Expected behavior Next to Investigation Publication Status Term Accession Number there is 12324 and next to Investigation Publication Status Term Source REF there is ABC

OS and framework information (please complete the following information):

HLWeil commented 12 months ago

Hey,

are you using ArcCommander prerelease version 0.5.0?

andreaschrader commented 12 months ago

No, I am using v0.4.0-osx.x64.

andreaschrader commented 12 months ago

Installed preview2 of v0.5.0. Same issue there.