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

recursive shed_diff folder naming #192

Closed
martenson opened this issue May 8, 2015 · 2 comments
Closed

recursive shed_diff folder naming #192

martenson opened this issue May 8, 2015 · 2 comments
Labels

Comments

@martenson
Copy link
Member

the planemo shed_diff works fine (empty diff) but when using the -r switch I get this:

diff: _toolshed_: No such file or directory

the whole output:

wget -q --recursive -O - 'https://toolshed.g2.bx.psu.edu/repository/download?repository_id=c5e4f5d8d8629b79&changeset_revision=default&file_type=gz' | tar -xzf - -C /var/folders/2z/ntdb9g2n7tq6_bcq4dj9hj9r0000gn/T/tool_shed_diff_F4KkPd/_toolshed__samtools_stats --strip-components 1
mkdir "/var/folders/2z/ntdb9g2n7tq6_bcq4dj9hj9r0000gn/T/tool_shed_diff_F4KkPd/_local_"; tar -xzf "/var/folders/2z/ntdb9g2n7tq6_bcq4dj9hj9r0000gn/T/tmpvbXnTQ" -C "/var/folders/2z/ntdb9g2n7tq6_bcq4dj9hj9r0000gn/T/tool_shed_diff_F4KkPd/_local_"; rm -rf /var/folders/2z/ntdb9g2n7tq6_bcq4dj9hj9r0000gn/T/tmpvbXnTQ
cd "/var/folders/2z/ntdb9g2n7tq6_bcq4dj9hj9r0000gn/T/tool_shed_diff_F4KkPd"; diff -r _local_ _toolshed_
diff: _toolshed_: No such file or directory

Is the problem that it creates folder named _toolshed__samtools_stats and then tries to diff with _toolshed_ ?

@jmchilton
Copy link
Member

That does appear to be the problem - thanks for the report. I'll see what I can do.

@martenson
Copy link
Member Author

Thank you very much.

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

2 participants