modified: myjupyterlab.sh
[GalaxyCodeBases.git] / etc / Mac / fill_tsv.scpt
blob194aec71767ec83d2309b0e7182b010aacf5ad30
1 # Fills file md5 for NCBI SRA uploading page
3 set myVar to the clipboard
4 # display dialog myVar
6 set AppleScript's text item delimiters to " *"
7 tell application "Google Chrome" to activate
8 delay 1
9 repeat with p in paragraphs of myVar
10         set ns to text items of p
11         #display dialog item 1 of ns
12         tell application "System Events"
13                 keystroke item 2 of ns
14                 keystroke tab
15                 keystroke item 1 of ns
16                 keystroke tab
17                 keystroke tab
18         end tell
19         delay 3.5
20 end repeat
21 #display dialog "Done !"
23 #tell application "Google Chrome" to activate
24 #delay 1
25 #tell application "System Events"
26 #       keystroke "lane1_Undetermined_L001_210210.A2.GZXJ008.1.addN.gz.101.fq.gz"
27 #       keystroke tab
28 #       keystroke "e0ddffd4dc74f5309819400e24cfacf7"
29 #       keystroke tab
30 #       keystroke tab
31 #end tell