We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d897d commit 803fcacCopy full SHA for 803fcac
.gitignore
@@ -0,0 +1,3 @@
1
+__pycache__/
2
+*.egg-info/
3
+*.egg/
.prx/default.ini
@@ -0,0 +1,15 @@
+[REMOTE]
+SERVER=cluster-ai
+; will be used as a prefix for the WORKDIR
4
+HOME=/home1/lee1jun
5
+WORKDIR=develop/prx-test2
6
+CONDA_ENV=wav2ipa
7
+; additional destination options for rsync (will be combined with WORKDIR)
8
+DEST=
9
+
10
11
+[LOCAL]
12
+SOURCE=box
13
+; BACKUP=backup/
14
15
+[EXTRA]
0 commit comments