added example bash cmds
This commit is contained in:
parent
40c4d382f4
commit
2307a19d86
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
||||||
#python /home/sportelli/Desktop/Important_Code/structural/aaindex/get_scores.py /home/sportelli/Desktop/Project_2_rpoB/leprae/RMLE_B_RFP.pdb C P28A
|
#python /home/sportelli/Desktop/Important_Code/structural/aaindex/get_scores.py /home/sportelli/Desktop/Project_2_rpoB/leprae/RMLE_B_RFP.pdb C P28A
|
||||||
#python /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/aaindex/get_scores.py /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/pnca_complex.pdb A L4S
|
#python /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/aaindex/get_scores.py /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/pnca_complex.pdb A L4S
|
||||||
python /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/aaindex/get_scores.py /home/tanu/git/Data/pyrazinamide/input/pnca_complex.pdb A L4S
|
python /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/aaindex/get_scores.py /home/tanu/git/Data/pyrazinamide/input/pnca_complex.pdb A L4S
|
||||||
|
|
||||||
|
# How I want it to run
|
||||||
|
#drug = "pyrazinamide"
|
||||||
|
#gene = "pncA" # force it to be lowercase
|
||||||
|
#chain = "A"
|
||||||
|
#mutfile = "/home/tanu/git/Data/output/<gene>_mcsm_snps.csv"
|
||||||
|
#mut = for i in mutfile
|
||||||
|
|
||||||
|
|
||||||
|
#$1 = "/home/tanu/git/Data/input/<gene>_complex.pdb
|
||||||
|
#$2 = chain
|
||||||
|
#$3 = mut
|
||||||
|
|
||||||
|
#python /home/tanu/git/LSHTM_analysis/scripts/aa_index_scripts/aaindex/get_scores.py $1 $2 $3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue