This not work. please more help me
hi I want to create a bed file from bowtie-inspect summary and the TopHat output file with the bed extension, so a new bed-format file is generated that defines a 5-base-pair window around each junction of the slots(In the SNP discovery workflow): (this command)
cat Analysis/tophat/junctions.bed | Analysis/RNA-seq/bed_to_juncs | flankBed -g genome_size.txt -b 1 | slopBed -g geenome_size.txt -b 5 > window.bed
but I got this error:
ERROR: chrom "1" not found in genome file. Exiting.
Traceback (most recent call last):
File "Analysis/RNA-seq/bed_to_juncs", line 69, in <module>
sys.exit(main())
File "Analysis/RNA-seq/bed_to_juncs", line 59, in main
print "%s\t%d\t%d\t%s\t%s" % (chromosome, left_pos, right_pos, orientation, counts)
IOError: [Errno 32] Broken pipe
whats the problem?
1 answer
chrom "1" not found in genome file. Exiting. There is no chromosome called 1 in the genome file. Make sure nomenclature is the same, so e.g. chr1 in all relevant files instead of 1.
Output of head junctions.bed?
no.head of bowtie-inspect. the junction.bed is symphonic with cat command. the source of problem is in genome file obtained from bowtie-inspect.but I cant solve it.
Type head junctions.bed into your terminal and show the output.
here you are:
1 216982 225458 JUNC00000001 3 ? 216982 225458 255,0,0 2 64,71 0,8405
1 216983 225404 JUNC00000002 1 + 216983 225404 255,0,0 2 63,17 0,8404
1 225527 225753 JUNC00000003 7 ? 225527 225753 255,0,0 2 50,68 0,158
1 225529 225717 JUNC00000004 3 + 225529 225717 255,0,0 2 48,32 0,156
1 225723 225913 JUNC00000005 3 + 225723 225913 255,0,0 2 49,56 0,134
1 225727 225913 JUNC00000006 4 ? 225727 225913 255,0,0 2 45,56 0,130
1 225857 226001 JUNC00000007 1 + 225857 226001 255,0,0 2 56,11 0,133
1 225857 226010 JUNC00000008 2 ? 225857 226010 255,0,0 2 56,20 0,133
1 226014 226196 JUNC00000009 2 + 226014 226196 255,0,0 2 46,64 0,118
1 226029 226209 JUNC00000010 3 ? 226029 226209 255,0,0 2 31,77 0,103
give your email address or skype ID to me.I want to speak with you for this subject
This is a forum powered by volunteers to help people not just individually but also collectively by addressing problem faced by many people. Spending energy on issues caused by individual circumstances takes away from this community effort.
If you'd like individualized help, please seek out a bioinformatician near you, or see if you can hire/contract one. Soliciting private help from volunteers is unprofessional and rude.
We are volunteers here, and you should not expect our time outside of the confines of this website. Please keep the discussion in this thread.
Log in to answer this question.
Please use the formatting bar (especially the
codeoption) to present your post better. You can use backticks for inline code (`text` becomestext), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.This a head of my genome file:
What should I do now?
please help me.
It's pretty ironic that you replied to my "Please use code formatting" comment with text that is unformatted. Please put in more effort so we don't have to clean up your content while trying to help you.