Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-05-15 Thread Tomas Pluskal
Hi Mike, > I have had been able to run a couple of data sets on this beta-version now. > It seems to work quite well. The only issue that I ran into was that I had to > recreate a new batch file and save it in this version. My old batch files > would not load. This makes sense given all of the

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-05-15 Thread Williams,Michael Thomas David
discussion Cc: Gauthier Boaglio; Williams,Michael Thomas David Subject: Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2 Hi Gauthier, Mike, I performed the change as discussed. The user can now select one of the five options when choosing raw data files or peak lists. Since this is a big change

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-05-07 Thread Williams,Michael Thomas David
, "Williams,Michael Thomas David" Subject: Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2 Hi Gauthier, Mike, I performed the change as discussed. The user can now select one of the five options when choosing raw data files or peak lists. Since this is a big change that affects

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-05-07 Thread Tomas Pluskal
Hi Gauthier, Mike, I performed the change as discussed. The user can now select one of the five options when choosing raw data files or peak lists. Since this is a big change that affects almost all modules of MZmine, I would really appreciate if you guys could help me testing it - especially

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-04-19 Thread Gauthier Boaglio
Hi Tomas, It certainly would ;), but this also would mean struggling back with the old design. As far as I remember, you changed drastically the model to get rid of the error prone (from dev point of view) system allowing to register the files generated by a given step. I'am not sure what is in

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-04-18 Thread Tomas Pluskal
Hi Gauthier, Mike, I can imagine the file selector could have several options: * use all files * use currently selected files (in the GUI) * use files generated by the previous step (in batch mode) * select files manually * select files using name pattern Would that make you happy? :) Cheers,

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-04-18 Thread Gauthier Boaglio
Hi all, Sounds like something that went on the table earlier ;) https://sourceforge.net/p/mzmine/mailman/message/33158142/ The old way / design (before 2.13) was handy from user point of view because each step was getting automatically the files generated by the previous step as input for the

Re: [Mzmine-devel] Problem with Batch Mode in 2.14.2

2015-04-17 Thread Tomas Pluskal
Hi Mike, In the selection component you can use wildcards (*) to specify the names of raw data files that will be used. For example * will use all files *filteredwill use all files with name ending with "filtered" And so on. This way you can "program" the batch mode to use exactly the rig