blastn -task blastn -query eprobes.fasta -db nt -out e-probes.txt -num_threads 12
BlastCheck.pl -c raw-eprobes.fasta -i blast_output.txt -p output_name -f common,names,comma,separated,without,spaces
Notes: 1.) When running jobs, always keep an eye on the scheduler. Some jobs may warrant requests for walltime extensions. 2.) Always check your output files for error messages to ensure your job completely correctly. 3.) Always double check your scripts. Files WILL overwrite.
download raw data and back up immediately
#!/bin/bash
Let's say alice
is a github.com user, with 2 or more private repositories repoN
.
For this example we'll work with just two repositories named repo1
and repo2
https://github.com/alice/repo1
https://github.com/alice/repo2
You need to be to pull from these repositories without entering a passwords probably on a server, or on multiple servers.
You want to perform git pull origin master
for example, and you want this to happen without asking for a password.