Skip to content

Commit

Permalink
new salmon script and streaming diginorm out from Nov 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Johnson committed Jul 28, 2019
1 parent 86ac14c commit 66b79e2
Show file tree
Hide file tree
Showing 19 changed files with 915,745 additions and 3 deletions.
2 changes: 1 addition & 1 deletion denovo_assembly_scripts/bridges/clusterfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def sbatch_file(basedir,process_name,module_name_list,filename,process_string):
sbatch_file.write("#SBATCH -J "+process_name+"\n")
sbatch_file.write("#SBATCH -o "+sbatch_dir+process_name+"-%j.o"+"\n")
sbatch_file.write("#SBATCH -e "+sbatch_dir+process_name+"-%j.o"+"\n")
sbatch_file.write("#SBATCH -t 12:00:00"+"\n")
sbatch_file.write("#SBATCH -t 8:00:00"+"\n")
#sbatch_file.write("#SBATCH -N 1"+"\n")
sbatch_file.write("#SBATCH -p RM"+"\n")
#sbatch_file.write("#SBATCH -p LM"+"\n")
Expand Down
4 changes: 2 additions & 2 deletions denovo_assembly_scripts/bridges/salmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def salmon_index(salmondir,assembly,genus_species):
salmon_index_string="""
#source /home/ljcohen/.bashrc
#cd {}
cd {}
salmon index --index {} --transcripts {} --type quasi --threads 8
""".format(salmondir,genus_species,assembly)
print(salmon_index_string)
Expand All @@ -17,7 +17,7 @@ def salmon_index(salmondir,assembly,genus_species):
module_name_list=""
#s=subprocess.Popen(salmon_index_string,shell=True)
#s.wait()
#clusterfunc.sbatch_file(salmondir,process_name,module_name_list,genus_species,commands)
clusterfunc.sbatch_file(salmondir,process_name,module_name_list,genus_species,commands)
#return salmon_index_string

def quant_salmon(salmondir,trimdir,genus_species,indexdir):
Expand Down
77,383 changes: 77,383 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524337.o

Large diffs are not rendered by default.

41,869 changes: 41,869 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524338.o

Large diffs are not rendered by default.

58,336 changes: 58,336 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524340.o

Large diffs are not rendered by default.

11,517 changes: 11,517 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524341.o

Large diffs are not rendered by default.

71,879 changes: 71,879 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524342.o

Large diffs are not rendered by default.

77,564 changes: 77,564 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524343.o

Large diffs are not rendered by default.

49,978 changes: 49,978 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524344.o

Large diffs are not rendered by default.

72,747 changes: 72,747 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524345.o

Large diffs are not rendered by default.

32,160 changes: 32,160 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524346.o

Large diffs are not rendered by default.

104,238 changes: 104,238 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524347.o

Large diffs are not rendered by default.

56,301 changes: 56,301 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524348.o

Large diffs are not rendered by default.

47,852 changes: 47,852 additions & 0 deletions evaluation_data/diginorm_out/diginorm_stream-4524349.o

Large diffs are not rendered by default.

Loading

0 comments on commit 66b79e2

Please sign in to comment.