Skip to content

Commit 6dc8a68

Browse files
committedDec 20, 2022
Uploading to Git - downloaded from Chi and cleaned up in PyCharm
1 parent cd453ba commit 6dc8a68

34 files changed

+2
-2
lines changed
 

‎Blastp-COG/backup-scripts/000-mv-files ‎Blastp-COG/000-mv-files

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! python
22

33
input_reports = open( 'trash', 'r' )
4-
output_command = open( '000-python-mv-files', 'w' )
4+
output_command = open('000-python-mv-files', 'w')
55
# 3-blast-report-Hominidae-Homo_x_Rhabditidae-Caenorhabditis
66
for next_report in input_reports:
77

File renamed without changes.
File renamed without changes.
File renamed without changes.

‎Blastp-COG/backup-scripts/002-python-make-blastp-commands ‎Blastp-COG/002-python-make-blastp-commands

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# blastp -db /scratch/eedsinger/database/ncbi/nr/nr -query ../species19/projectdb/Metazoa-Mollusca-Gastropoda-Aplysiida-Aplysiidae-Aplysia-californica-6500-T1.aa -out output/3-blast-report-Aplysia-californica_X_ncbi_nr -num_threads 70 -outfmt "6 qseqid sseqid evalue staxids sscinames scomnames" -evalue 1e-05 -max_hsps 1 -max_target_seqs 5 -negative_taxids 6500
44

55
input_blastdbs = open( 'output/1-list-fastas-blastdbs', 'r' )
6-
output_command = open( '003-blastp-species19-all_x_all', 'w' )
6+
output_command = open('003-blastp-species19-all_x_all', 'w')
77

88
gspp_blastdbs = {}
99
for next_blastdb in input_blastdbs:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.