scope :graph, controller: 'tasks/biological_associations/graph' do
      get '/', action: :index, as: 'biological_associations_graph_task'
      post 'data', action: :data, defaults: {format: :json}
      get  :data, defaults: {format: :json}
    end