Skip to content

Commit 179e83e

Browse files
committed
reduce list of dataset processed
1 parent faf513b commit 179e83e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-bio2rdf-scripts.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
bio2rdf-dataset: ['clinicaltrials', 'hgnc', 'sgd', 'pdb']
16+
bio2rdf-dataset: ['hgnc', 'sgd']
17+
# bio2rdf-dataset: ['clinicaltrials', 'hgnc', 'sgd', 'pdb']
1718
# bio2rdf-dataset: ['hgnc']
1819
# bio2rdf-dataset: ['clinicaltrials', 'hgnc', 'sgd', 'pdb', 'pubmed', 'sabiork', 'affymetrix', 'pubchem', 'pharmgkb', 'lsr', 'drugbank', 'omim', 'mesh', 'interpro', 'ncbigene', 'irefindex', 'sider', 'mgi', 'homologene', 'genbank', 'taxonomy', 'chembl', 'wormbase', 'ctd', 'uniprot', 'dbsnp', 'ndc', 'biomodels', 'genage', 'ipi', 'pathwaycommons', 'biopax', 'refseq', 'bioportal', 'iproclass', 'goa', 'unists']
1920

0 commit comments

Comments
 (0)