Skip to content

Commit

Permalink
fix the link (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfangjuan authored Oct 11, 2017
1 parent 0d45cac commit da6baf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/sample.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ def sample_annotated_fasta_url
end

def sample_output_folder_url
"https://s3.console.aws.amazon.com/s3/object/#{SAMPLES_BUCKET_NAME}/#{sample_path}/results/"
"https://s3.console.aws.amazon.com/s3/buckets/#{SAMPLES_BUCKET_NAME}/#{sample_path}/results/"
end

def sample_input_folder_url
"https://s3.console.aws.amazon.com/s3/object/#{SAMPLES_BUCKET_NAME}/#{sample_path}/fastqs/"
"https://s3.console.aws.amazon.com/s3/buckets/#{SAMPLES_BUCKET_NAME}/#{sample_path}/fastqs/"
end

def as_json(_options = {})
Expand Down

0 comments on commit da6baf5

Please sign in to comment.