Browse Source

更新 'FAQ.md'

master
yingyu 6 years ago
parent
commit
83048c672e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      FAQ.md

+ 2
- 2
FAQ.md View File





```shell ```shell
# aliyun fuwuqi
# aliyun服务器
choppy listfiles -r oss://choppy-cromwell-result/test-choppy/Beiruicleandata_rnaseq_190508_lizhihui/|grep gene.abundance.txt >stringtie_outputfile.txt choppy listfiles -r oss://choppy-cromwell-result/test-choppy/Beiruicleandata_rnaseq_190508_lizhihui/|grep gene.abundance.txt >stringtie_outputfile.txt
cat stringtie_outputfile.txt |awk '{print "choppy download " $0}' >download_stringtie_outputfile.txt cat stringtie_outputfile.txt |awk '{print "choppy download " $0}' >download_stringtie_outputfile.txt
bash download_stringtie_outputfile.txt bash download_stringtie_outputfile.txt


# neiwang fuwuqi
# 内网服务器
choppy listfiles -r oss://choppy-cromwell-result/test-choppy/Beiruicleandata_rnaseq_190508_lizhihui/|grep gene.abundance.txt >stringtie_outputfile.txt choppy listfiles -r oss://choppy-cromwell-result/test-choppy/Beiruicleandata_rnaseq_190508_lizhihui/|grep gene.abundance.txt >stringtie_outputfile.txt
cat stringtie_outputfile.txt |awk '{print "choppy download " $0 " ./"}' >download_stringtie_outputfile.txt cat stringtie_outputfile.txt |awk '{print "choppy download " $0 " ./"}' >download_stringtie_outputfile.txt
bash download_stringtie_outputfile.txt bash download_stringtie_outputfile.txt

Loading…
Cancel
Save