Skip to content

recursive shed_diff folder naming #192

@martenson

Description

@martenson

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_ ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions