Skip to content

Commit b7a6757

Browse files
committed
update info on how to load static files from server
1 parent 0b018bf commit b7a6757

5 files changed

Lines changed: 23 additions & 0 deletions
26.4 KB
Loading
18.4 KB
Loading
23.6 KB
Loading
48.7 KB
Loading

docs/importing_sequences.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,26 @@ If you are running your own instance of OpenCloning (see [running locally](https
102102

103103
To see how to set this up, check the [docker-compose.yml](https://github.com/manulera/OpenCloning/blob/master/docker-compose.yml) file (`STATIC_CONTENT_PATH` env var and volumes). For an example of directory structure and `index.json` file, see the [example directory](https://github.com/manulera/OpenCloning/tree/master/static_content).
104104

105+
If you set this up properly, in the `Source type` dropdown when importing a sequence, you should see the option `Local server file`. Sequences can be associated with categories in the `index.json` file, and should be able to filter by category when selecting a sequence.
106+
107+
<div markdown style="max-width: 300px" class="img-container">
108+
![Screenshot of sequence import form showing static content option](../assets/importing_local_server.png)
109+
</div>
110+
111+
You should also be able to import a syntax from the server in the `Assembler` tab when you click on `Load Syntax`.
112+
113+
<div markdown style="max-width: 500px" class="img-container">
114+
![Screenshot of sequence import form showing syntax option](../assets/importing_local_server_syntax.png)
115+
</div>
116+
117+
Finally, when the syntax is loaded, you should be able to import multiple sequences at once in the `Assembler` tab:
118+
119+
<div markdown style="max-width: 800px" class="img-container">
120+
![Screenshot of sequence import form showing multiple sequences option](../assets/importing_local_server_assembler.png)
121+
</div>
122+
123+
Clicking there, you will be able to select multiple sequences to import at once. You can import all sequences within the chosen category if you select `Select All` in the `Sequence` dropdown.
124+
125+
<div markdown style="max-width: 400px" class="img-container">
126+
![Screenshot of sequence import form showing select all option](../assets/importing_local_server_assembler_select_all.png)
127+
</div>

0 commit comments

Comments
 (0)