pietercoussement

Results 7 issues of pietercoussement

Hi, Installing on ubuntu 20.04 did not work as expected. Well, the install went forward without problems. However when wanting to run ete3 build I got the following error: ```...

Hi, I might have missed it, but I fail to find some info on the preprocessing of data. Is there some documentation on that part? What columns are being used...

I get this: ![Screenshot_20210524-121431](https://user-images.githubusercontent.com/5084152/119333103-c5341b80-bc89-11eb-9578-980864cad656.jpg) Looking at this, i'll be happy to have a battery by the end of the week 😔. I'm polling every 30 min... Am i doing something...

i have code that works in terminal. however if i want to put it in a shiny, the plots doesn't show. ui.R file: ``` library(collapsibleTree) iibrary(shiny) ui

Hi, As somebody that just wants to play a bit with FBA, I'm a bit choked on what to do solver wise. I'm now running an example using a genome...

hi, some minor stuff I encountered running locally. Current code: ``` import pyarrow as pa pipeline = Pipeline( name="protein_pipeline", base_path="./data", ) dataset = pipeline.read( "load_from_parquet", arguments={ "dataset_uri": "/data/proteins.parquet", }, )...

documentation

I have using a custom component, based on: https://fondant.ai/en/latest/components/components/#custom-components ``` dataset = dataset.apply( component_dir="components/biopython", arguments={ "sequences": "Sequence" } ) ``` But this errors: ![image](https://github.com/ml6team/fondant/assets/5084152/3185a04c-522a-4893-a3f7-d446d811cd5f)

documentation