churchill-lab / emase-zero

C++ Implementation of EMASE
http://churchill-lab.github.io/emase-zero/
MIT License
6 stars 2 forks source link

Struggling to get started #1

Closed inti closed 6 years ago

inti commented 6 years ago

Hi, I am finding difficult to get started with emase-zero. I am following this protocol suggested on the webpage

$ bowtie -q -a --best --strata --sam -v 3 -m 100 bowtie.transcriptome my_sample.fastq | samtools view -bS - > my_sample.bam
$ alntools bam2ec -t transcripts.lengths.tsv -c 8 my_sample.bam my_sample.bin
$ emase-zero -m 2 -b my_sample.bin -o emase-zero.quantified -l transcript.lengths.tsv -g gene2transcripts.tsv

My doubts are:

Do you have working example with some test files that I could follow? Thanks a lot in advance.

Regards,

Inti

inti commented 6 years ago

I think I have sorted myself out. thanks!