Readdepth Directory
1
0
Entering edit mode
10.2 years ago
freddy ▴ 40

I finally installed readDepth, but now I am confused on the directories I been following the direction on this website https://code.google.com/p/readdepth/wiki/Documentation its says to create three sub directories "reads/" "output/" "annotations/". Do I type these into the R terminal and where are the directories made, do the make folder that files will be place later.

• 1.8k views
ADD COMMENT
0
Entering edit mode
10.2 years ago

You can create these directories from the command line like so:

$mkdir reads annotation output

Or from R, if you prefer:

> dir.create("reads")
> dir.create("annotation")
> dir.create("output")

These directories should be present in the same directory that you plan to launch your commands from.

ADD COMMENT

Login before adding your answer.

Traffic: 2373 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6