Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated urls Dana Farber Repository #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

updated urls Dana Farber Repository #43

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 1, 2017

Some small changes for danafarber.py

  1. The urls have changed for access to the Dana Farber Repository.
  2. Updated columns ids (Peptide --> Epitope) for data frame.
  3. cache.fetch() function did not require a subdir option on my machine. removed from function call.

This change is Reviewable

if hla_type:
mask &= df.Allele.str.contains(hla_type)
if source_protein:
mask &= df.Protein.str.contains(source_protein)
mask &= df["Tumor antigen"].str.contains(source_protein)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like a dumb question, but is that whitespace before mask correct?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a dumb question at all and yes that was whitespace. I removed and amended the commit.

… Changing df column names from Peptide to Epitope. Removing whitespace typo.
@iskandr
Copy link
Contributor

iskandr commented Sep 25, 2017

Hey @davidballi -- can you say more about how you're using the library? I'm working on a PR that gets rid of all the datasets except IEDB and focuses more on amino acid properties / features. Would that interfere with your work?

@ghost
Copy link
Author

ghost commented Sep 27, 2017

Hi @iskandr. We are using the library for the interface with tantigen, cri_tumor_antigens, fritsch_neopepitopes, danafarber, and calis datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant