Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
babessell1 committed Jun 1, 2024
1 parent 5f486df commit 5ff5ece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_melt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,9 @@ fi

# Both tasks succeeded, create a TAR with outputs
echo "${name1}___${name2}.tar"

# print the contents of the current directory
echo "current directory"
echo "$(ls)"

tar cf "out/${name1}___${name2}.tar" "${bname1}.vcf" "${bname2}.vcf"

0 comments on commit 5ff5ece

Please sign in to comment.