p2m2 / EP2M2

Metabolomics target analyzes manager
1 stars 1 forks source link

Extract one file from project #54

Closed Marcellino-Palerme closed 3 months ago

Marcellino-Palerme commented 3 months ago

Extract one file from project

Description

In project with several files, when we extract information we have information of just the first file.

Origin

In Back-end, it write to read the first file ( var[0]).

Solution

Add loop to read completely the array of file

Marcellino-Palerme commented 3 months ago

It's come from when I add the concentration operation in extraction. I work with only one regression for all metabolites ( wrong).