I am a beginner to programming etc., and I have to use an existing code for my work. When I run it (it is a .sh script), I get this error:
line 21: 5048 Segmentation fault ./genome_compare fasta_list_hg19 (......) >HDAC8_20_20.copy_counts.se
I got few more of the same error with different numbers preceeding the Segmentation fault, all of which on the line which mention this ./genome_compare command.
Does this mean the error is inside the genome_compare executable?
More info: The scripts are available on a public depository from U Washington and I used Cygwin to use it from inside Windows.