Closed GoogleCodeExporter closed 8 years ago
just noticed i didnt copy and paste everything, the commands are the same for
issue 14 and 15, i wish there was an edit button:
library(zinba)
generateAlignability(
mapdir='../zinba/map36_hg19/',
outdir='./result_zinba/ath1_ext200/',
athresh=1,
extension=200,
twoBitFile='../zinba/hg19.2bit'
)
basealigncount(
inputfile='high.bed',
outputfile='result_zinba/high.basecount',
extension=200,
filetype='bed',
twoBitFile='../zinba/hg19.2bit'
)
basealigncount(
inputfile='mid.bed',
outputfile='result_zinba/mid.basecount',
extension=200,
filetype='bed',
twoBitFile='../zinba/hg19.2bit'
)
basealigncount(
inputfile='none.bed',
outputfile='result_zinba/none.basecount',
extension=200,
filetype='bed',
twoBitFile='../zinba/hg19.2bit'
)
zinba(
refinepeaks=1,
seq='high.bed',
input='none.bed',
filetype="bed",
align='./result_zinba/ath1_ext200/',
numProc=4,
twoBit='../zinba/hg19.2bit',
outfile="./result_zinba/high_none/",
extension=200,
basecountfile='result_zinba/high.basecount',
broad=F,
printFullOut=1
)
zinba(
refinepeaks=1,
seq='mid.bed',
input='none.bed',
filetype="bed",
align='./result_zinba/ath1_ext200/',
numProc=4,
twoBit='../zinba/hg19.2bit',
outfile="./result_zinba/mid_none/",
extension=200,
basecountfile='result_zinba/high.basecount',
broad=F,
printFullOut=1
)
Original comment by daiyi...@gmail.com
on 6 Mar 2012 at 7:18
fixed with update
Original comment by homer...@gmail.com
on 9 Mar 2012 at 4:08
Original issue reported on code.google.com by
daiyi...@gmail.com
on 6 Mar 2012 at 4:57