Posts by Rodrigo Santiago • 1 point
2 posts
-
0
votes1
answer172
viewsA: How to use os.system with Python and Django
Update I was able to solve the problem by adding the "Directory" that the files were in the terminal command itself, inside os.system, follows the solution: os.system("blastp -query media/" +…
-
0
votes1
answer172
viewsQ: How to use os.system with Python and Django
I’m a beginner in Django and I got caught up in the following problem: I’d like to execute the command: os.system("blastp -query " + proteina.name + " -subject " + multi_fasta.name + " -outfmt=6…