ProtProtocols / IsoProt

Protocol of the analysis of iTRAQ/TMT proteomics data including quantification, statistical analysis and maybe clustering
https://protprotocols.github.io
11 stars 4 forks source link

Loading previous data triggers error in R scripts #70

Closed veitveit closed 5 years ago

veitveit commented 5 years ago

Some configuration was not read correctely:

"Error in qnt[[i]] : subscript out of bounds"

veitveit commented 5 years ago

@jgriss

I might need your help here. This happens because the "mgf.filtered" files are not anymore there when reopening the Docker image.

It might help to copy all manipulated versions of the mgf input files to the OUT folder. Is that feasible?

jgriss commented 5 years ago

@veitveit The .fitlered MGF files are now written to the OUT directory. Respective R code in the notebook is updated. Please test if it works for your cases.

veitveit commented 5 years ago

Seems to work, great!