from IPython.display import HTML HTML('') from IPython.display import HTML HTML('') from IPython.display import HTML HTML('') from IPython.display import HTML HTML('') from IPython.display import HTML HTML('') #in repo !head ../data/Piura_v1_contigs.fa !blastx \ -query ../data/Piura_v1_contigs.fa \ -db /Volumes/Bay3/Software/ncbi-blast-2.2.29\+/db/uniprot_sprot_r2013_12 \ -out ../data/Piura_v1_uniprot_sprot.tab \ -evalue 1E-05 \ -max_target_seqs 1 \ -max_hsps 1 \ -outfmt 6 \ -num_threads 2 #in repo !tail -2 ../data/Piura_v1_uniprot_sprot.tab #still needs to be run !/Applications/bioinfo/ncbi-blast-2.2.30/bin/blastx \ -query ../data/PiuraC_Val_Trinity_2ndhalf.fasta \ -db /Users/sr320/data-genomic/blast/db/uniprot_sprot_r2015_01 \ -out ../data/PiuraC_Val_Trinity_uniprot_sprot_2ndhalf.tab \ -evalue 1E-05 \ -max_target_seqs 1 \ -max_hsps 1 \ -outfmt 6 \ -num_threads 6 !tail ../data/PiuraC_Val_Trinity_uniprot_sprot_2ndhalf.tab !wc -l ../data/Piura_v1_uniprot_sprot.tab !head -2 ../data/Piura_v1_uniprot_sprot.tab !tr '|' "\t" <../data/Piura_v1_uniprot_sprot.tab> ../data/Piura_v1_uniprot_sprot_sql.tab !echo SQLShare ready version has Pipes converted to Tabs .... !head -1 ../data/Piura_v1_uniprot_sprot_sql.tab