cd /path/to/TESTCASE
gzip -d human_g1k_v37.fasta.gz
gzip -d swissprot.gz
diamond blastp -p 128 -q human_g1k_v37.fasta -d swissprot -o out.tsv --very-sensitive
....... Loading reference sequences... [0s] Deallocating buffers... [0s] Deallocating queries... [0.002s] Loading query sequences... [0s] Closing the input file... [0s] Closing the output file... [0s] Closing the database file... [0.003s] Deallocating taxonomy... [0s] Total time = 538.485s Reported 0 pairwise alignments, 0 HSPs. 0 queries aligned.