Execution environment pmsignature and paplot
907
Run pmsignature, next run paplot .
1. Preparation
1-1. Create the work directory ($ {work}) on your machine. 1-2. Put the mutation list (input.txt) under the directory $ {work}. (sample)
About mutation list
Enter tab delimited in the following order. Do not enter any other columns or headers. And change file name to "input.txt".
2. Execute
Docker run with -v ${work}:/work option.
export work=./tmpexport work=/c/Users/xxx/tmpdocker run -v ${work}:/work aokad/pmsignature:latest /bin/bash /run.sh
3. Output files
pmsignature を実行した後、paplot を出力します。
1. 事前準備
ホスト側に作業ディレクトリ (${work}) を作成し、その下に変異リスト (サンプル) を用意します。
変異リストについて
以下の順にタブ区切りで入力します。その他の列やヘッダを入力してはいけません。ファイル名はinput.txtに変更してください。
2. 実行
作業ディレクトリ (${work}) を指定して実行してください
export work=./tmpexport work=/c/Users/xxx/tmpdocker run -v ${work}:/work aokad/pmsignature:latest /bin/bash /run.sh
3. 出力ファイルについて解説
Content type
Image
Digest
Size
1.1 GB
Last updated
almost 9 years ago
docker pull aokad/pmsignature