# Command line has been read # Input file1 is miFanBigGen.bigtrans.gff # Input file2 is nonMiFanBig.bigtrans.gff sort: open failed: miFanBigGen.bigtrans.gff: No such file or directory sort: open failed: nonMiFanBig.bigtrans.gff: No such file or directory # I have treated (sorted and put in temp file) the input files according to what the user wants # Hashtbl of transcripts has 0 keys/transcripts # Hashtbl of transcripts has 0 keys/transcripts # I have 0 initial transcripts in file1 # I have 0 initial transcripts in file2 # I have divided file1 and file2 transcripts intro sublists according to strand # I have divided file1 and file2 transcripts intro sublists according to strand and chromosome Fatal error: exception Failure("hd") # Command line has been read # Input file1 is miFanBigGen.bigtrans.gff # Input file2 is nonMiFanBig.bigtrans.gff # I have treated (sorted and put in temp file) the input files according to what the user wants # Hashtbl of transcripts has 2905 keys/transcripts # Hashtbl of transcripts has 2893 keys/transcripts # I have 2905 initial transcripts in file1 # I have 2893 initial transcripts in file2 # I have divided file1 and file2 transcripts intro sublists according to strand # I have divided file1 and file2 transcripts intro sublists according to strand and chromosome # For each strand and chromosome I have associated each transcript of file1 to a set of strandedly overlapping transcripts from file2 # For each transcript of file1, I have decided on its class and assiated transcripts from file2 # I have printed the transcripts of file1 with their class and associated transcripts from file2, in a 3 column tsv file # I have removed the temporary sorted files in case they have been created # comptr did its work !