Closed GreeshmaThulasi closed 6 years ago
you can use --sex "chrX,chrY"
to set the sex chromosomes.
if I can make that message clearer, please advise.
Hi @Brent, Thanks for the help.
Thanks with regards,
Greeshma Thulasi
On Fri, Oct 19, 2018 at 7:34 PM Brent Pedersen notifications@github.com wrote:
[image: Boxbe] https://www.boxbe.com/overview This message is eligible for Automatic Cleanup! (notifications@github.com) Add cleanup rule https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Fkey%3D6lWlbDgx3G%252FjWzTlBwRNlljAk97qjaJishdPgicIjQI%253D%26token%3DWjjBup04Ey8rpIsr7GcmC%252FfiTk3wmQEXVdh0%252BfB2c60gj5S8k0%252Bcj6ldJoGjWULJUo3kNLvFAZuWv78iJdie3XoSBY0%252FZx8nDv2Yg5l9ezP2O0OdXMx1ysBJe4hRH84mWwbE03dZC4Li%252F0D2HO63Pg%253D%253D&tc_serial=44326081717&tc_rand=1068691262&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001 | More info http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=44326081717&tc_rand=1068691262&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001
you can use --sex "chrX,chrY" to set the sex chromosomes. if I can make that message clearer, please advise.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brentp/goleft/issues/50#issuecomment-431360202, or mute the thread https://github.com/notifications/unsubscribe-auth/AbHAZs8v5IrDiJsZDBZ_a33CJDuGD8S3ks5umdE5gaJpZM4XwIGb .
Hi all, I have some bam files and corresponding bai files (of unknown gender). I used the indexcov function. But didn't get any X-Y plot. What are the arguments to be supplied for generating X-Y plot. Getting some error as:
ngslab@ngslab-OptiPlex-3050:~/Downloads/goleft-master/indexcov/input$ goleft indexcov --directory /home/ngslab/Downloads/goleft-master/indexcov/ '/home/ngslab/Downloads/goleft-master/indexcov/input/NA-180.bam' 2018/10/19 16:18:02 indexcov: running on 1 indexes 2018/10/19 16:18:04 indexcov: found chromosome "chrX", wanted "X" please use exact chromosome names for --sex. 2018/10/19 16:18:04 indexcov: found chromosome "chrY", wanted "Y" please use exact chromosome names for --sex. (WARNING) indexcov: expected 2 sex chromosomes, found: 0. you can set the expected with --sex '' 2018/10/19 16:18:04 sex chromosomes not found. 2018/10/19 16:18:04 got: 1 principal components 2018/10/19 16:18:04 indexcov: 1 principal components, not plotting indexcov finished: see /home/ngslab/Downloads/goleft-master/indexcov//index.html for overview of output
Please help me to resolve the issue.