Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-b committed May 31, 2019
1 parent db47dab commit 4e49f17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xena_gdc_etl/xena_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@ class GDCOmicset(XenaDataset):
a string or a list of strings. It can be automatically derived
from ``projects`` and ``xena_dtype`` if it is not assigned
explicitly by the user when being used. Please check `GDC API
documentation <https://docs.gdc.cancer.gov/API/Users_Guide/Search_and_Retrieval/#filters-specifying-the-query>`_
documentation
<https://docs.gdc.cancer.gov/API/Users_Guide/Search_and_Retrieval/#filters-specifying-the-query>`_
for details.
gdc_prefix (str): A GDC available file field whost value will be used
in the filename of corresponding download file. It will be used by
Expand Down Expand Up @@ -1089,7 +1090,8 @@ class GDCPhenoset(XenaDataset):
a string or a list of strings. It can be automatically derived
from ``projects`` and ``xena_dtype`` if it is not assigned
explicitly by the user when being used. Please check `GDC API
documentation <https://docs.gdc.cancer.gov/API/Users_Guide/Search_and_Retrieval/#filters-specifying-the-query>`_
documentation
<https://docs.gdc.cancer.gov/API/Users_Guide/Search_and_Retrieval/#filters-specifying-the-query>`_
for details.
download_map (dict): A dict with the key being a URL for one raw data
to be downloaded and the value being a path for saving downloaded
Expand Down

0 comments on commit 4e49f17

Please sign in to comment.