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

Bug in Stage index_bams #21

Open
nadiadavidson opened this issue Jun 25, 2020 · 2 comments
Open

Bug in Stage index_bams #21

nadiadavidson opened this issue Jun 25, 2020 · 2 comments
Assignees
Labels

Comments

@nadiadavidson
Copy link
Member

index_complete.txt can't be found (but is placed in the working directory).

replace
exec "touch index_complete.txt"
with
exec "touch $output.dir/index_complete.txt"
in clinker.pipe ?

@breons
Copy link
Contributor

breons commented Jul 16, 2020

Makes sense! Shall fix.

@breons breons self-assigned this Jul 16, 2020
@breons breons added the bug label Jul 16, 2020
@yelekley
Copy link

@nadiadavidson I've changed the code and it makes the file in the correct location, but it produces the same error: the file can't be found.

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

3 participants