Help with making tdf file with bed file as input

209 views
Skip to first unread message

Sheila Teves

unread,
Jun 16, 2017, 11:29:37 AM6/16/17
to igv-help
Hello,

I was trying to make a tdf file with a bed file as input. I got an error of "No features were found that matched chromosomes in genome: /Users/sheilateves/Desktop/IGVTools/genomes/hg19" When I did this command from the original bam file, it worked. The original bam file contained all reads, then I parsed the reads based on fragment size, and converted the parsed reads into bed files. Now I want to make a tdf file to visualize the size-parsed reads.

Here's my command:

~/Desktop/IGVTools/igvtools count -w 50 --pairs Ad2_3_S3_hg19.20_100_sorted.bed Ad2_3_S3_hg19.20_100_sorted.tdf hg19


I got this error:

INFO [2017-06-15 11:35:49,479]  [IgvTools.java:777] [main]  Computing coverage.  File = Ad2_3_S3_hg19.20_100_sorted.bed

Computing coverage.  File = Ad2_3_S3_hg19.20_100_sorted.bed

INFO [2017-06-15 11:35:49,482]  [IgvTools.java:778] [main]  Max zoom = 7

Max zoom = 7

INFO [2017-06-15 11:35:49,482]  [IgvTools.java:779] [main]  Window size = 50

Window size = 50

INFO [2017-06-15 11:35:49,483]  [IgvTools.java:784] [main]  Window functions: mean 

Window functions: mean 

INFO [2017-06-15 11:35:49,483]  [IgvTools.java:785] [main]  Ext factor = 0

Ext factor = 0

INFO [2017-06-15 11:35:49,490]  [GenomeManager.java:130] [main]  Loading genome: /Users/sheilateves/Desktop/IGVTools/genomes/hg19.chrom.sizes

Loading genome: /Users/sheilateves/Desktop/IGVTools/genomes/hg19.chrom.sizes

INFO [2017-06-15 11:35:49,549]  [DirectoryManager.java:149] [main]  IGV Directory: /Users/sheilateves/igv

IGV Directory: /Users/sheilateves/igv

INFO [2017-06-15 11:35:49,566]  [GenomeManager.java:174] [main]  Genome loaded.  id= /Users/sheilateves/Desktop/IGVTools/genomes/hg19

Genome loaded.  id= /Users/sheilateves/Desktop/IGVTools/genomes/hg19

WARN [2017-06-15 11:36:07,307]  [Preprocessor.java:314] [main]  No features were found that matched chromosomes in genome: /Users/sheilateves/Desktop/IGVTools/genomes/hg19

No features were found that matched chromosomes in genome: /Users/sheilateves/Desktop/IGVTools/genomes/hg19

100.0% 

Done


The bed file is sorted and looks like this:

chr1 10000 10048 48

chr1 10002 10054 52

chr1 10002 10065 63

chr1 10002 10071 69

chr1 10003 10066 63

chr1 10003 10066 63

chr1 10003 10066 63

chr1 10003 10066 63

chr1 10003 10072 69

chr1 10003 10084 81



Any ideas?

Thanks!

Sheila

James Robinson

unread,
Jun 16, 2017, 6:49:01 PM6/16/17
to igv-help
Could you attach a portion of your bed file?  Maybe the first 100 lines.   Pasting into email or a forum post doesn't work because whitespace isn't preserved properly.

--

---
You received this message because you are subscribed to the Google Groups "igv-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to igv-help+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/44931ec8-263c-4cf1-880f-78e1059b6fe4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sheila Teves

unread,
Jun 16, 2017, 8:01:46 PM6/16/17
to igv-help
I've attached the first 100 lines of the bed file. Thanks!

Sheila
To unsubscribe from this group and stop receiving emails from it, send an email to igv-help+u...@googlegroups.com.
test.bed

James Robinson

unread,
Jun 19, 2017, 10:05:11 AM6/19/17
to igv-help
Hi,  I am not sure why, but the --pairs argument is causing the problem.  --pairs only applies to Bam files,  so it is not needed,  leave it off and it should work (it does for me).    I will investigate further the misleading error message.

To unsubscribe from this group and stop receiving emails from it, send an email to igv-help+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/6c07351a-fc22-410b-95d3-9abc77e72f09%40googlegroups.com.

Sheila Teves

unread,
Jun 22, 2017, 2:58:00 PM6/22/17
to igv-help
Ok, thanks. I'll try it without the --pairs option
Reply all
Reply to author
Forward
0 new messages