Skip to content

Commit

Permalink
remove expected file
Browse files Browse the repository at this point in the history
  • Loading branch information
priesgo committed Jun 28, 2022
1 parent 7e6e695 commit a726f02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration_test_04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ vafator2decifer --vcf_file $output/vafator.vcf \

test -s $output/decifer.input.tsv || { echo "Missing decifer input output file!"; exit 1; }
test -s $output/decifer.purity.tsv || { echo "Missing decifer input output file!"; exit 1; }
#test -s $output/snps.bed || { echo "Missing SNPs bed output file!"; exit 1; }
test -s $output/my_tumor_cna.bed || { echo "Missing SNPs bed output file!"; exit 1; }
test -s $output/vafator.vcf || { echo "Missing SNPs bed output file!"; exit 1; }

0 comments on commit a726f02

Please sign in to comment.