Skip to content

Commit

Permalink
fix vcf name
Browse files Browse the repository at this point in the history
  • Loading branch information
babessell1 committed Jun 7, 2024
1 parent e633080 commit 399743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_melt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ fi
echo "${name1}___${name2}.tar"

# move vcfs to output directory
mv "output1/${bname1}.vcf" "output/${name1}.vcf"
mv "output2/${bname2}.vcf" "output/${name2}.vcf"
mv "output1/${name1}.vcf" "output/${name1}.vcf"
mv "output2/${name2}.vcf" "output/${name2}.vcf"

# print the contents of the current directory
echo "current directory"
Expand Down

0 comments on commit 399743b

Please sign in to comment.