Skip to content

Commit

Permalink
Revert "[nf] attempt to view folder permissions"
Browse files Browse the repository at this point in the history
This reverts commit c4b3e05.
  • Loading branch information
aofarrel committed Jul 26, 2021
1 parent c4b3e05 commit a14b64d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions vcf-to-gds/vcf-to-gds.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,12 @@ task unique_variant_id {
ls -lha .
echo "-------------------"
echo "-------------------"
ls -lha ../cromwell-root
ls -lha ../*
echo "-------------------"
echo "-------------------"
ls -lha ../cromwell-root/topmed_workflow_testing
ls -lha ../*/*
echo "-------------------"
echo "-------------------"
ls -lha ../cromwell-root/lost+found
echo "-------------------"
echo "-------------------"
ls -lha ../cromwell-root/tmp*
echo "-------------------"
echo "-------------------"
BASH_FILES=(~{sep=" " gdss})
for BASH_FILE in ${BASH_FILES[@]};
Expand Down

0 comments on commit a14b64d

Please sign in to comment.