nfdi4plants / ARCCommander

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

[BUG] `assay add` assignment of measurement type term source ref and accession number is mixed up #232

Open cmohl2013 opened 8 months ago

cmohl2013 commented 8 months ago

Describe the bug

When executing following command, --measurementtypetermsourceref sets the measurement type term accesion number and vice versa.

arc assay add --studyidentifier yourStudyName --assayidentifier my-new-assay --measurementtypetermsourceref mytypetermsourceref --measurementtypetermaccessionnumber mytypetermaccssionnumber

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

Additional context

arc --version
Start processing parameterless command. 

Start Arc Version 
v0.5.0 
Done processing command. 
cmohl2013 commented 8 months ago

same with technology type term accession number and technology type term source ref.

andreaschrader commented 8 months ago

Same as #203.

HLWeil commented 8 months ago

Which version of the ARCCommander are you using? You can check that out using arc --version

cmohl2013 commented 8 months ago

You see this in the bug description: v0.5.0

HLWeil commented 8 months ago

Whoops, sry about that 😅 This is fixed between v0.5.0 and v.1.0.0, of which only a prerelease is online at the moment.

HLWeil commented 8 months ago

Oh and also thanks @andreaschrader for the link. I closed that issue but forgot to mention the change. I'll keep this issue up until the full 1.0.0 release.

cmohl2013 commented 8 months ago

@HLWeil thank you for the clarification.