-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtc.txt
117 lines (97 loc) · 1.94 KB
/
tc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#!/bin/bash
# Replace ProkEvo_dir with the absolute path to the current directory
tr ex_conda_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/create_conda_env.sh"
}
}
tr ex_sra_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/download_sra.sh"
}
}
tr ex_trim_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/trim.sh"
}
}
tr ex_fastqc_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/fastqc.sh"
}
}
tr ex_fastqc_fail_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/fastqc_fail.sh"
}
}
tr ex_spades_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/spades.sh"
}
}
tr ex_quast_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/quast.sh"
}
}
tr ex_filtering_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/filtering.sh"
}
}
tr ex_sistr_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/sistr.sh"
}
}
tr ex_merge_sistr {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/merge_sistr.sh"
}
}
tr ex_mlst_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/mlst.sh"
}
}
tr ex_plasmidfinder_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/plasmidfinder.sh"
}
}
tr ex_abricate_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/abricate.sh"
}
}
tr ex_prokka_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/prokka.sh"
}
}
tr ex_roary_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/roary.sh"
}
}
tr ex_fastbaps_run {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/fastbaps.sh"
}
}
tr ex_cat {
site local-hcc {
pfn "/bin/cat"
}
}
tr ex_ls {
site local-hcc {
pfn "file:///ProkEvo_dir/scripts/ls.sh"
}
}
tr ex_generate {
site local {
pfn "file:///ProkEvo_dir/sub-dax.py"
}
}