axios.get(API.current.featuredSequencesPath)
      .then(response => this.setState({ sequences: response.data }));