Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when the specified bucket for output does not exist #27

Open
friend1ws opened this issue Feb 5, 2018 · 3 comments
Open

Error when the specified bucket for output does not exist #27

friend1ws opened this issue Feb 5, 2018 · 3 comments
Assignees

Comments

@friend1ws
Copy link
Contributor

friend1ws commented Feb 5, 2018

upload failed: tmp/test180204/star/Hela_wt_dox-/Hela_wt_dox-.Chimeric.out.sam to s3://awsub-test-friend1ws2/test180204/star/Hela_wt_dox-/Hela_wt_dox-.Chimeric.out.sam An error occurred (NoSuchBucket) when calling the PutObject operation: The specified bucket does not exist
[star-alignment-task00] [FINALIZE] Successfully uploaded: s3://awsub-test-friend1ws2/test180204/star/Hela_wt_dox-

I think we have 2 options.

  1. First we check whether all the specified buckets in the output parameters exist or not. If some of the bucket do not exists, exit before downloading the input file with loggings.
  2. At the stage of uploading, check whether the specified buckets exist or not and create them if not.
@otiai10
Copy link
Owner

otiai10 commented Feb 5, 2018

Does it happen with v0.0.5?

@friend1ws
Copy link
Contributor Author

Yes.

[star-alignment-task02] [FINALIZE] &2> upload failed: tmp/awsub-test-friend1ws22/test180205/star/MCF-7/MCF-7.Chimeric.out.junction to s3://awsub-test-friend1ws22/test180205/star/MCF-7/MCF-7.Chimeric.out.junction An error occurred (NoSuchBucket) when calling the PutObject operation: The specified bucket does not exist

@otiai10 otiai10 changed the title Error when the specified bucket does not exist Error when the specified bucket for output does not exist Feb 6, 2018
@otiai10 otiai10 self-assigned this Feb 9, 2018
@otiai10
Copy link
Owner

otiai10 commented Feb 27, 2018

going with 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants