Skip to content

Commit

Permalink
Make integrationTest.sh directory independend
Browse files Browse the repository at this point in the history
  • Loading branch information
EvdH0 committed Nov 18, 2016
1 parent 74ab05d commit 4ee7579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ ! -f inputData/testSet75.fasta ]; then
fi

cd $curdir
python poreFUME.py inputData/testSet76.fasta inputData/pb_39.fasta --PacBioLegacyBarcode --cores 1 --pathCARD=inputData/n.fasta.protein.homolog.fasta --pathNanocorrect=/home/ubuntu/poreFUME/nanocorrect/ --pathRawreads=/home/ubuntu/poreFUME/test/data/testSet75 --overwriteNanocorrect --pathNanopolish=/home/ubuntu/poreFUME/nanopolish/ --overwriteNanopolish --overwriteDemux --overwriteCARD
python poreFUME.py inputData/testSet75.fasta inputData/pb_39.fasta --PacBioLegacyBarcode --cores 8 --pathCARD=inputData/n.fasta.protein.homolog.fasta --pathNanocorrect=$curdir/nanocorrect/ --pathRawreads=$curdir/test/data/testSet75 --overwriteNanocorrect --pathNanopolish=$curdir/nanopolish/ --overwriteNanopolish --overwriteDemux --overwriteCARD

if ! diff -q output/annotation/testSet75/testSet75.afterNP.annotated.csv test/data/testSet75.afterNP.annotated.csv > /dev/null 2>&1; then
echo "Integration test failed, the output in output/annotation/testSet75/testSet75.afterNP.annotated.csv is not what is expected"
Expand Down

0 comments on commit 4ee7579

Please sign in to comment.