Hello Brian
Thanks for your (as always) quick response. See the command below:
perl /pub46/olalla/trinityrnaseq-2.1.1/util/align_and_estimate_abundance.pl --thread_count 40 --gene_trans_map /pub46/olalla/DE_after_corset/Hastata_All_CORSET.gene_trans_map --output_dir /pub46/olalla/DE_after_corset --transcripts /pub46/olalla/DE_after_corset/Hastata_Corseted_Assembly.fasta --seqType fq --left /pub46/olalla/Individual_reads/ASEX1-Head-1.fq --right /pub46/olalla/Individual_reads/ASEX1-Head-2.fq --output_prefix ASEX1 --coordsort_bam --est_method RSEM --aln_method bowtie
No errors reported and all ran normally only that the output files for RSEM did not make sense according to the gene to transcript map provided.
Hope you can help me with this.
However now I came accross another problem: while I waited for the answer to my question I have been searching for potential causes for this mistake and I have tried to remove any possible not-unix characters from my map file. After that I wanted to re-run the
align_and_estimate_abundance.pl script again, using the bam files that I do have from the first run. Nevertheless when I try to run the script like this:
perl /pub46/olalla/trinityrnaseq-2.1.1/util/
align_and_estimate_abundance.pl --thread_count 40 --gene_trans_map /pub46/olalla/DE_after_corset/Hastata_All_CORSET.gene_trans_map --output_dir /pub46/olalla/DE_after_corset --transcripts /pub46/olalla/DE_after_corset/Hastata_All_CORSET_Assembly.fasta --est_method RSEM --transcripts /pub46/olalla/DE_after_corset/Hastata_Corseted_Assembly.fasta --seqType fq --left /pub46/olalla/Individual_reads/ASEX1-Head-1.fq --right /pub46/olalla/Individual_reads/ASEX1-Head-2.fq --output_prefix ASEX1 --aln_method /pub46/olalla/DE_after_corset/ASEX1.bam
but I get another error, despite that the manual it says the following:
if alignment_based est_method:
# --aln_method <string> bowtie|bowtie2|(path to bam file) alignment method. (note: RSEM requires bowtie)
# (if you already have a bam file, you can use it here instead of rerunning bowtie)
#
I have tried lots of different things and not success on this, so I am a bit stuck at the moment.
Thanks in advance for your help
Cheers
Olalla