Hi Mehran,
I had a quick question about the "Convert numeric vectors to BED and Wiggle" step.
I have run the uint8_to_bed.py script, specifying:
<MergedKmerDir>
<OutDir>
<LabelForOutputFiles>
But get an error:
KeyError: 'SGE_TASK_ID'
Does this also have to be submitted as an array job, and if so, would it be similar in format to how "combine_umaps.py" was submitted in the previous step?
e.g.
JOBID=$(qsub -q byslot.q -N ToBED -terse -t 1-188813 -cwd -v PATH -b y -o out.LOG -e out.ERR uint8_to_bed.py kmerDir outDir Label -bed -chrsize_path chrsize.tsv -var_id SGE_TASK_ID)
Thanks,
Rachel