Skip to content

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecoster committed Sep 5, 2023
1 parent e4ff95f commit bef85da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NanoPlot --summary nanotest/sequencing_summary.txt --verbose --maxlength 35000

echo "testing legacy with summary:"
echo "installing seaborn and an appropriate version of numpy" # fuck this
pip install seaborn==0.10.1 numpy<1.24
pip install seaborn==0.10.1 "numpy<1.24"
NanoPlot --summary nanotest/sequencing_summary.txt --loglength --verbose -o tests --legacy hex --raw -p prefix --plots dot
echo "testing legacy with multiple output formats:"
NanoPlot --summary nanotest/sequencing_summary.txt --loglength --verbose -o tests --legacy hex --raw -p prefix --plots dot --format pdf png jpeg

0 comments on commit bef85da

Please sign in to comment.