We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the planemo shed_diff works fine (empty diff) but when using the -r switch I get this:
planemo shed_diff
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_ ?
_toolshed__samtools_stats
_toolshed_
The text was updated successfully, but these errors were encountered:
That does appear to be the problem - thanks for the report. I'll see what I can do.
Sorry, something went wrong.
3ee3ae8
Thank you very much.
No branches or pull requests
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:
Is the problem that it creates folder named
_toolshed__samtools_stats
and then tries to diff with_toolshed_
?The text was updated successfully, but these errors were encountered: