FelixBaensch / MORTAR

MOlecule fRagmenTAtion fRamework
MIT License
18 stars 3 forks source link

Fragmenter settings in the pipeline view reflect back to the general fragmentation settings for the respective fragmenter. #88

Closed JonasSchaub closed 2 months ago

FelixBaensch commented 2 months ago

Can you describe this in more detail and perhaps give an example to reproduce it?

JonasSchaub commented 2 months ago

Open MORTAR -> Fragmentation Settings -> check a specific setting of a specific fragmenter -> pipeline dialog, click default, add a first fragmenter of the same algorithm -> open its settings and change the setting there -> apply -> apply -> Fragmentation Settings of the fragmenter => the setting has also changed its value there.

I guess I just have to make a copy instead of a reference in the pipeline view controller. I will take care of it.

FelixBaensch commented 2 months ago

Thanks, for clarifying, I had tested it with an existing pipeline. Exactly, either a copy or a new instance of the fragmenter. But that should have worked once.