blast_and_plast
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blast_and_plast [2020/10/27 14:09] – 24.138.68.92 | blast_and_plast [2024/11/04 10:14] (current) – 110.239.172.216 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| cd $PWD | cd $PWD | ||
| CPUs=10 | CPUs=10 | ||
| - | DB=/db1/nr-nt-fasta-oct-2020/ | + | DB=/scratch3/ |
| QF=yourquery.fasta | QF=yourquery.fasta | ||
| - | plast -e 1e-10 -max-hit-per-query 1 -outfmt 1 -a $CPUs -p plastn | + | plast -e 1e-10 -max-hit-per-query 1 -outfmt 1 -a $CPUs -p plastp |
| </ | </ | ||
| - | to parse the output see http://129.173.88.134:81/dokuwiki/ | + | to parse the output see https://perun.biochem.dal.ca/user-wiki/ |
| Line 26: | Line 26: | ||
| #$ -S /bin/bash | #$ -S /bin/bash | ||
| . / | . / | ||
| + | #$ -pe threaded 10 | ||
| #$ -cwd | #$ -cwd | ||
| source activate blast | source activate blast | ||
| - | export BLASTDB=/ | + | export BLASTDB=/ |
| - | DB=nr | + | DB=nt |
| - | blastn -db $DB -query | + | query=your_query.fasta |
| - | source | + | blastn -db $DB -query |
| + | conda deactivate | ||
| </ | </ | ||
| - | Both shells | + | Both shells |
| + | |||
| + | <Last updated by Dandan Zhao on Jun 11, 2024> | ||
| + | |||
blast_and_plast.1603818572.txt.gz · Last modified: by 24.138.68.92
