User Tools

Site Tools


bioinformatics_tools2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bioinformatics_tools2 [2021/10/09 13:15] 134.190.232.9bioinformatics_tools2 [2022/02/28 11:53] (current) 134.190.232.106
Line 5: Line 5:
  
 <code> <code>
 +#script: shell.sh
  
 #!/bin/bash #!/bin/bash
Line 27: Line 28:
  
 This script need you have a list of sequence name and sensitive with only ID. Run the script like this: This script need you have a list of sequence name and sensitive with only ID. Run the script like this:
 +
 +Note: $line.ko.txt VS $line_ko.txt, the later one cannot be recognized due to "_" before ko.txt, so I suggest avoid "_" before ko.txt.
  
 <code> <code>
-#pure name list file of your fasta, e.g.+#pure name_list file of your fasta, e.g.
 Gene1 Gene1
 Gene2 Gene2
Line 47: Line 50:
 ./shell.sh name_list.txt ./shell.sh name_list.txt
 </code>  </code> 
 +
 +# must leave one line break for the list.txt file, otherwise the last line will not be proceeded.
  
  
Line 99: Line 104:
   # So in this case: -query /misc/scratch2/####/${SGE_TASK_ID}.fa   # So in this case: -query /misc/scratch2/####/${SGE_TASK_ID}.fa
   #  will be renamed to    #  will be renamed to 
-  # -query /misc/scratch2/####/**0**{SGE_TASK_ID}+  # -query /misc/scratch2/####/0{SGE_TASK_ID}
   # Technically, you can change 0 to whatever you want it is just a file name prefix.   # Technically, you can change 0 to whatever you want it is just a file name prefix.
   </code>   </code>
bioinformatics_tools2.1633796156.txt.gz · Last modified: by 134.190.232.9