Skip to content

Commit

Permalink
[nf] attempt to use mv
Browse files Browse the repository at this point in the history
  • Loading branch information
aofarrel committed Jul 27, 2021
1 parent cad169d commit 646213b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vcf-to-gds/vcf-to-gds.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ task unique_variant_id {

for BASH_FILE in ${BASH_FILES[@]};
do
echo "attempting to ls"
ls -lha ${BASH_FILE}
echo "attempting to ln"
ln -s ${BASH_FILE} .
mv ${BASH_FILE} .
done

echo "attempting to ls one last time"
Expand Down

0 comments on commit 646213b

Please sign in to comment.