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

An input file that is staged from a foreign file system lost it's original name #65

Closed
pditommaso opened this issue Aug 7, 2015 · 1 comment
Labels

Comments

@pditommaso
Copy link
Member

When a process stages a foreign input file (i.e. stored for example on S3) the original file name is lost.

For example:

process foo {
  input: 
  file x from file('s3://cbcrg-eu/ampa-data/example.fa')

  """
  echo $x
  """
}

The file is staged with the name input.1 instead of example.fa. This can produce unexpected behaviour in the process execution.

@pditommaso pditommaso added the bug label Aug 7, 2015
pditommaso added a commit that referenced this issue Aug 14, 2015
@pditommaso
Copy link
Member Author

Fixed in version 0.15.2

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

No branches or pull requests

1 participant