File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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+
138150Download the transcriptome from ``NCBI `` [1 ]_. To do so, search for
139151``74271[BioProject] `` on http://www.ncbi.nlm.nih.gov/nuccore and
140152download all hits as fasta. There should be sequences. Save those to the
You can’t perform that action at this time.
0 commit comments