-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Description
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_ ?
Reactions are currently unavailable