Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an error #1

Open
Sunnysum opened this issue Aug 23, 2019 · 8 comments
Open

an error #1

Sunnysum opened this issue Aug 23, 2019 · 8 comments

Comments

@Sunnysum
Copy link

I have installed ocaml and used the command make,but it occured an error:
Cannot set stack reserve: File "coff.ml", line 946, characters 4-10: Assertion failed

@sdjebali
Copy link
Owner

sdjebali commented Aug 23, 2019 via email

@Sunnysum
Copy link
Author

I haven't used ocaml before , I run ocaml on windows and I just try :

$ comptr
-bash: comptr: command not found

$ ocaml comptr
File ".\comptr", line 1, characters 0-1:
1 | ELF>▒&A@@▒
@@# @@@@@▒@@@@▒▒ ▒▒kh▒kh▒▒▒▒ hhlhhlh▒@@ddp▒td0▒0▒F0▒F▒E▒EQ▒td
^
Error: Illegal character (\127)

@sdjebali
Copy link
Owner

sdjebali commented Aug 26, 2019 via email

@sdjebali
Copy link
Owner

sdjebali commented Aug 26, 2019 via email

@Sunnysum
Copy link
Author

I run “./comptr file1.gtf file1.gtf” ,it worked,so I think there are some problems with file 2,but I can’t find it.

data in my file1 :
chr1 StringTie transcript 17369 17436 1000 - . gene_id "STRG.1"; transcript_id "STRG.1.1"; reference_id "ENST00000619216.1"; ref_gene_id "ENSG00000278267.1"; ref_gene_name "MIR6859-2"; cov "1.278520"; FPKM "0.228373"; TPM "0.351651";

data in my file2 :
chr1 transcript 120241 181157 0 - . transcript_id "compmerge.4078.Brain.chr1";

Error when I run :
./comptr file1.gtf file2.gtf

Command line has been read

Input file1 is /home/liusiyu/Comptr-master/data/brain2.gtf

Input file2 is /home/liusiyu/Comptr-master/data/brain1.gtf

I have treated (sorted and put in temp file) the input files according to what the user wants

Hashtbl of transcripts has 83844 keys/transcripts

Incorrectly formatted gtf file with not even 3 fields separated by tabs!

thanks!

@sdjebali
Copy link
Owner

sdjebali commented Aug 26, 2019 via email

@Sunnysum
Copy link
Author

Sunnysum commented Sep 6, 2019

Hello,
I added the gene_id in the last column,then it worked.
could you explain the specific meaning of these outputs? What does each type mean?
My output:
['compmerge.0.Brain.chr1;']
['', 'Intergenic_or_antisense', '.']

['compmerge.5.Brain.chr1;']
['', 'Exact', 'STRG.40.1;,']

['compmerge.3.Brain.chr1;']
['', 'Overlap', 'STRG.40.1;,']
...
there are six types :Intergenic_or_antisense、extension、exact、overlap、inclusion、monoexonic.
Thank you!

@sdjebali
Copy link
Owner

sdjebali commented Sep 6, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants