Git Product home page Git Product logo

abbert-cerebras's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

abbert-cerebras's Issues

Error in the file oas_consolidate_example.py

Hi,

Thanks for updating the code.
When I run the file examples/oas_consolidate_example.py I get the following error:

FileNotFoundError: Could not find the OAS root.
Please define the OAS_PATH environment variable or copy / link it to /Users/hossein/Desktop/Github/abbert-cerebras/data/oas-full

I think the error is because of line 8 in oas/ommon.py which defines:
RELATIVE_OAS_FULL_DATA_PATH = _RELATIVE_DATA_PATH / 'oas-full'

But we do not have the data for oas-full. If I change this line it to the following:
RELATIVE_OAS_FULL_DATA_PATH = _RELATIVE_DATA_PATH / 'oas-test'

The error goes away and I get the following in the output:

unit=('unpaired', 'Bhiman_2015', 'SRR2126755_Heavy_IGHM') chain=heavy ml_subset=train num_sequences=0
unit=('paired', 'Setliff_2019', 'SRR10313335_paired') chain=heavy ml_subset=test num_sequences=0
unit=('paired', 'Setliff_2019', 'SRR10313335_paired') chain=light ml_subset=test num_sequences=0

What is the purpose of oas_consolidate_example.py? I thought it should have given me one data frame as my dataset.
If I add unit.sequences_df(), it gives me three separate datasets with different sizes. Should I aggregate them? The first dataset has 41 columns but the other two have 76. I would appreciate it if you could clarify this.

ModuleNotFoundError: No module named 'antidoto'

Hi

When trying to run the file abbert-cerebras/examples/oas_data_examples.py, the following error is encountered:

  File "/cb/home/aarti/ws/code/bayer_external_repo/examples/oas_data_examples.py", line 4, in <module>
    from abbert2.oas import OAS_TEST_DATA_PATH, from_parquet
  File "/cb/home/aarti/miniconda3/envs/abbert2/lib/python3.9/site-packages/abbert2/oas.py", line 59, in <module>
    from antidoto.data import ANTIDOTO_PUBLIC_DATA_PATH
ModuleNotFoundError: No module named 'antidoto'

The installation procedure that was followed was

git clone [email protected]:bayer-science-for-a-better-life/abbert-cerebras.git
cd abbert-cerebras
conda env create -f environment.yml 

Could you also confirm if these are the correct installation steps ?

Thanks

Exception handling

Hi,

I have noticed that if I do not comment line 318-332 in oas.py, I cannot run the code. It seems some records are missing in the dataset and that is why these exceptions are activated. If there were missing records why these exception handling were added?
If these exception handling was for sanity check of dataset, does this mean the dataset is incomplete or defective?

Paired VH/VL should be better dealt with in filtering

Filters like NoDuplicates and, more prominently, MergeRedundant, break the link between Paired VH/VL

How to deal with this? => Probably a many to many correspondence between "index_in_csv" of VHs and VLs needs to be kept around.

Not important unless we start training against paired VH & VL sequences (e.g., add a self-supervised goal to guess if a pair is real or not alongside training with both chains "concatenated")

Missing downloads

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.