Skip to content

Commit ccd5f0d

Browse files
authored
Add note about docker cp
1 parent 73422f9 commit ccd5f0d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/tutorial.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,19 @@ subdirectory `transcriptome <transcriptome>`__
134134

135135
In the new ``DemoData`` folder you find all the pre-calculated files.
136136
So you only have to issue the ``tbro-db`` and ``tbro-import`` commands.
137-
137+
138+
If you want to follow along with your own data instead you can copy your
139+
file into the docker container with this command (outside the docker
140+
container):
141+
142+
::
143+
144+
docker cp MyTranscriptome.fasta TBro_official:/
145+
146+
Please replace ``MyTranscriptome.fasta`` with your actual file name.
147+
It will be available in the root of the file system ``/`` inside the
148+
container.
149+
138150
Download the transcriptome from ``NCBI`` [1]_. To do so, search for
139151
``74271[BioProject]`` on http://www.ncbi.nlm.nih.gov/nuccore and
140152
download all hits as fasta. There should be sequences. Save those to the

0 commit comments

Comments
 (0)