Release notes

August 14th, 2019

ReleaseGDC Datasets version update

As of August 7, GDC datasets available through the Data Browser and the API correspond to GDC Data Release 18.

Read more

August 5th, 2019

New and improved API calls for user management

You will be able to use new and improved API calls for enterprise users that enable you to:

  1. List all users from a division with filtering based on the role field,
  2. Get role information for a user in a division,
  3. List all teams, not only the ones you are a member of.

The changes will enable you to create various API scripts to answer questions like:

  • Who has access to what?
  • How much money was spent on compute per team?
  • Do I have some external collaborators on my enterprise that I forgot about?

Some examples utilizing the sevenbridges-python API client:

(more…)

Read more

July 15th, 2019

ReleaseGDC Datasets version update

As of July 10, GDC datasets available through the Data Browser and the API correspond to GDC Data Release 17.

ReleaseCPTAC-3 data release

With this release we will have controlled access data from the CPTAC-3 project available on the Platform for search and filtering in the Data Browser and through the API. This set contains WGS, WXS, and RNA-Seq data that is protected, and access to it requires approval from dbGaP. The data has been collected within the CPTAC (Clinical Proteomic Tumor Analysis Consortium) program, in the third phase labelled as CPTAC-3. The program was focused on collection of proteomics data for patients with a particular cancer type, but the data collection is also expanded to genomic data, particularly for lung, kidney, and uterus carcinoma. The primary source for this genomic data is at the GDC. Read more.

Read more

July 8th, 2019

Supported browsers update

Internet Explorer is no longer a supported browser on the Seven Bridges Platform. When trying to access the Platform using Internet Explorer, you will be presented with an adequate explanatory message stating that you are using an unsupported browser and suggesting that you switch to a supported one.

We have also updated the minimum required versions for the supported browsers:

  • Google Chrome 72.0.3626 (2019-01-29)
  • Mozilla Firefox 60.5esr (2019-01-28)
  • Apple Safari 12.0 (2018-09-17)
  • Opera 58 (2019-01-23)
  • Microsoft Edge 44.17763 (2018-11-13)
Read more

June 24th, 2019

Recently published apps

The following apps have been ported to CWL 1.0 and are now available as CWL 1.0 apps in the Public Apps gallery:

  • Optitype 1.2
  • VEP annotation workflow 90.5
  • Ensembl-VEP 90.5
Read more

June 17th, 2019

Writing rate limit-efficient API scripts

The API rate limit is a limit to the number of calls you can send to the Seven Bridges API within a predefined time frame. That limit is 1,000 requests within 5 minutes. After this limit is reached, no further calls are accepted by the API server until the 5 minute interval ends.

It is important to write API scripts with this API rate limit in mind to minimize the number of API calls to the Seven Bridges Platform. This way, you avoid reaching your rate limit and your API scripts can execute without delay due to server-side throttling.

We put new documentation online that helps you make your API scripts rate limit-efficient. Code snippets demonstrate recommended use of the Seven Bridges Python client to minimize API calls for common tasks, including finding projects, iterating over result sets of queries, importing files from volumes, exporting files to volumes, updating file metadata, copying files between projects, deleting files, and submitting tasks for execution.

If you ever experienced errors or delays due to the Seven Bridges API rate limit, please make sure to give this new content a read to learn how to make your API calls (not) count.

Read more

April 29th, 2019

NewSeven Bridges Automation Tools and Services

The new Seven Bridges Automation Tools and Services enable biotechnology and biopharmaceutical companies to increase productivity by bringing a diverse set of users into one environment. Scripts written with the Python Automation Development Kit (ADK) automatically gain concurrency, dependency management, memoization, retries, execution logs, and much more, enabling developers to focus on business logic and ultimately, reduce their lines of code by up to 80%. Within the same environment, end users are now able to process complex analysis workflows with the push of a button, share results instantly, and achieve total reproducibility.

Visit sevenbridges.com/automation for more details.

Supported instances update

You can now use next generation AWS Memory Optimized instances (R5) in task executions and Data Cruncher analyses. R5 instances support the high memory requirements of certain applications to increase performance and reduce latency.

Learn more about supported instance types.

Read more

April 23rd, 2019

NewNew CWL web editor is now live

We have released an updated version of our CWL web editor. This release integrates the functionality of our desktop editor, Rabix Composer, with the Seven Bridges Platform.

What’s new:

  • Ability to edit both CWL sbg:draft-2 and v1.0 apps and select the CWL version before creating an app.
  • Streamlined tool editor with all parameter sections available in a single continuous page. It’s now easier to have an overview of the way the tool was built.
  • Optimized design of the workflow editor to facilitate working with large and complex workflows. When selecting a node, you’ll be able to see what its direct connections are.
  • CWL Code editor in addition to the Visual Editor. For people who feel comfortable with writing raw JSON, we have enabled the code editor. All changes that you make in the code editor will be reflected in the visual editor and vice versa.
  • Better documentation. We have expanded the documentation with our best practices for more advanced users.

If you have been using the Seven Bridges Platform for a while, don’t worry, the legacy editor will be available in case you don’t feel comfortable with making this transition right now. Note that the legacy editor can only be used to edit sbg:draft-2 CWL apps.

Read more

April 15th, 2019

Multi-cloud

If you store your files on AWS US East (N. Virginia) and/or AWS US West (Oregon) regions, the Seven Bridges Platform now allows you to manage all your work from a single space and spin up chosen computation resources at the location where your data lives. By letting you choose your Project location, Seven Bridges provides an environment for much easier control of costs caused by potential data transfers between different regions. This way you can optimize your workload for a specific use case, and Seven Bridges will continue to provide full transparency over data transfer costs charged by cloud infrastructure providers. Read more.

Recently published apps

BROAD Best Practices RNA-Seq

This workflow represents the GATK Best Practices for SNP and INDEL calling on RNA-Seq data. Starting from an unmapped BAM file, it performs alignment to the reference genome, followed by marking duplicates, reassigning mapping qualities, base recalibration, variant calling and variant filtering. We used Broad’s best practice script in WDL format as a reference to create the BROAD Best Practices RNA-Seq Variant Calling 4.1.0.0 workflow in CWL version 1.0.

BROAD Best Practices Somatic CNV Panel Workflow

BROAD Best Practices Somatic CNV Panel Workflow is used for creating a panel of normals (PON) given a group of normal samples. Using read coverage collected over specified intervals, this workflow creates a panel of normals HDF5 file which is used in BROAD Best Practices Somatic CNV Pair Workflow for standardizing and denoising read counts. This workflow represents a CWL implementation of Broad’s best practice CNV panel WDL workflow.

BROAD Best Practices Somatic CNV Pair Workflow

BROAD Best Practices Somatic CNV Pair Workflow is used for detecting copy number variants (CNVs) as well as allelic segments. Given a tumor and optional matched normal sample, as well as panel of normals (PON) file, this workflow models and calls CNV segments. This workflow represents a CWL implementation of Broad’s best practice CNV pair WDL workflow.

Read more

We are always engaged in research and development, working to build the future of genomics, science, and health. Let's work together. We'd love to hear about your projects and challenges, so drop us a line.

get in touch