TAMrS: does the program install properly on non Ubuntu Linux?

Posted on Posted in Uncategorized

Is there anybody out there– running a Linux distro other than Ubuntu– can you download and install some new software I’m writing. I want to make sure it works on other Linux distros..

The software pipeline aims to drastically simplify transcriptome assembly- input PE or SE fastQ files, out pops an assembly and estimates of expression.

5 minutes: tops (assuming you have Trinity/BWA/samTools installed and in your $PATH..)

wget https://downloads.sourceforge.net/project/tamrs/TAMrS-v0.0.4.tgz
tar -zxf TAMrS-v0.0.4.tgz
cd tamrs-code/
make
make check         #runs v. small test dataset, <3 minutes
more unit_test/run.map.stats

This should give you something like:

20037 + 0 in total (QC-passed reads + QC-failed reads)
0 + 0 duplicates
4596 + 0 mapped (22.94%:-nan%)
20037 + 0 paired in sequencing
10022 + 0 read1
10015 + 0 read2
3812 + 0 properly paired (19.02%:-nan%)
4031 + 0 with itself and mate mapped
565 + 0 singletons (2.82%:-nan%)
2823 + 0 with mate mapped to a different chr
1393 + 0 with mate mapped to a different chr (mapQ>=5)