Commit 6b1a9983 by Mustafa Tekpinar

Removed some unneeded output files in prescott.py.

parent 879fb656
...@@ -737,7 +737,7 @@ def main(): ...@@ -737,7 +737,7 @@ def main():
myBigMergedDF.to_csv(outfile+'-details.csv', index=None) myBigMergedDF.to_csv(outfile+'-details.csv', index=None)
myBigMergedDF.to_csv(outfile+'.txt', columns=['mutant', 'PRESCOTT'], index=False, header=None, sep=' ') myBigMergedDF.to_csv(outfile+'.txt', columns=['mutant', 'PRESCOTT'], index=False, header=None, sep=' ')
os.remove(protein+'_singleline.txt')
if __name__ == "__main__": if __name__ == "__main__":
main() main()
#!/bin/bash
python $SGEMME_PATH/sgemme.py ../example/aliBLAT.fasta -r input -f ../example/aliBLAT.fasta
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment