• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

griffithlab / civic-server
90%
master: 16%

Build:
Build:
LAST BUILD BRANCH: staging
DEFAULT BRANCH: master
Repo Added 08 Jun 2018 02:20AM UTC
Files 446
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH asco_bugfix
branch: asco_bugfix
CHANGE BRANCH
x
Reset
  • asco_bugfix
  • 787-user-country
  • HEAD
  • aacr-perf-fixes
  • add-doi-badge
  • add-id-to-source-search
  • add-lib-to-eager-load
  • additional-flagged-values
  • adv_search
  • advanced_search
  • allele_registry
  • allele_registry_ca
  • amp
  • array_agg
  • asco
  • asco_search
  • assertion_search
  • assertion_stats
  • assertions
  • assertions-lifecycle-update
  • assertions_tsv
  • attach-org-to-user-context
  • biological_evidence
  • bool_cast
  • browse
  • browse-grid-filter-bug
  • browse_filter
  • bugfix_pubmed
  • caid
  • cap-sidekiq
  • capture-event-status
  • case-insensitive-sort
  • changes_state_params
  • civic_score
  • civicpy
  • civicpy_error
  • civicpy_vcf
  • cleanup-unused-dirs
  • clinical_trial_search
  • clinical_trials
  • clone-subscriptions
  • coi
  • conflict-of-interest
  • cors-headers
  • delete-tool
  • dependabot/bundler/kaminari-1.2.1
  • dependabot/bundler/kramdown-2.3.0
  • dependabot/bundler/loofah-2.3.1
  • dependabot/bundler/nokogiri-1.10.8
  • dependabot/bundler/rack-2.0.8
  • dependabot/bundler/rack-cors-1.0.5
  • dependabot/bundler/sanitize-5.2.1
  • dependabot/bundler/websocket-extensions-0.1.5
  • dependency-updates
  • disease
  • disease_ontology
  • dominant_negative
  • drug_endpoint
  • drug_interaction
  • drugs
  • duplicate_sources
  • empty-string-to-null
  • event_feed
  • event_timestamp
  • evidence_direction
  • feature/org-parent
  • feature/org-parent-1
  • fix-badge-awards
  • fix-browse-grid-sorting
  • fix-concurrency-issue
  • fix-eager-load-error
  • fix-eid-counts
  • fix-escalating-retries
  • fix-hpo-link
  • fix-invalid-link-styles
  • fix-source-citation-display
  • fix-sql-quoting
  • fix-stats-hashes
  • flag
  • flag-badges
  • flag-resolution
  • flag-status
  • flags
  • functional
  • gene_exact_match
  • gene_lifecycle
  • graphql-experiment
  • groups
  • handle-commas
  • handle-rate-limit
  • handle-routing-error
  • hotfix
  • hotfix_browse_filtering
  • hotfix_jobs
  • hpo
  • id_links
  • improve-drug-suggestions
  • include-assertions-in-counts
  • issue_1140
  • issue_1143
  • issue_1200
  • issue_1255
  • issue_1264
  • issue_1268
  • issue_1272
  • issue_1274
  • issue_1276
  • issue_908
  • issue_912
  • jobs
  • journal
  • lambda
  • lifecycle_org
  • link-changes-to-frontend
  • links
  • mane_transcript
  • master
  • merge_disease
  • merge_variants
  • multi_org
  • multi_user_org
  • myvariant_info
  • nccn_guideline
  • ndex
  • notify-admins-on-editor-mention
  • null-disease-url
  • org
  • org_bugfixes
  • org_stats
  • organization
  • organization-counts
  • orgs
  • pipeline_type
  • publication-scraping-hotfix
  • pull-ndex-creds-from-secrets
  • python_37
  • reject-your-own-submissions
  • release
  • releases
  • remove-self-schedule
  • resque
  • revert-eid
  • revision_stats
  • sanitized-sql
  • scheduling-fixes
  • scoped-event-feeds
  • search-pagination
  • setup-airbrake
  • simplify-query
  • so
  • soid_search
  • source
  • source-type-description
  • source_adv_search
  • source_validation
  • staging
  • stats-improvements
  • strip-internal-whitespace
  • suggested_change
  • throttle-requests
  • training-server
  • travis
  • trigger-mentions-for-sources
  • tsv
  • tsv_dump
  • uniprot
  • update-deps
  • update-github-auth
  • update-python-install
  • updtime-lambda
  • uptime-fixes
  • user-image-upload
  • user_error
  • user_filter
  • user_update
  • v1.0.0
  • variant-group-lifecycle-hotfix
  • variant_group
  • variant_group2
  • variant_origin
  • variant_search
  • variant_type
  • vcf_releases

pending completion
2282

Pull #588

travis-ci

web-flow
Fix FixPubmedEntriesMissingAuthors source query

The previous query would first grab all PubMed sources with authors and
then substract that set from all sources. This set would then include
all PubMed sources without authors and all ASCO sources. These sources
would then run through the PubMed scraper, resulting in the scraper
overwriting the data for each ASCO source with the content of the PubMed
publication with the matching citation ID.

The new query will correctly identify only PubMed entries without
authors.

Bonus improvement: we now only execute one query instead of two.
Pull Request #588: Fix FixPubmedEntriesMissingAuthors source query

2002 of 2232 relevant lines covered (89.7%)

3.55 hits per line

Relevant lines Covered
Build:
Build:
2232 RELEVANT LINES 2002 COVERED LINES
3.55 HITS PER LINE
Source Files on asco_bugfix
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2282 asco_bugfix Fix FixPubmedEntriesMissingAuthors source query The previous query would first grab all PubMed sources with authors and then substract that set from all sources. This set would then include all PubMed sources without authors and all ASCO sources.... Pull #588 07 Feb 2020 03:27PM UTC web-flow travis-ci pending completion  
2281 asco_bugfix Fix FixPubmedEntriesMissingAuthors source query The previous query would first grab all PubMed sources with authors and then substract that set from all sources. This set would then include all PubMed sources without authors and all ASCO sources.... push 07 Feb 2020 03:26PM UTC susannasiebert travis-ci pending completion  
See All Builds (1225)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc