I am following the protocol by Trapnell, et al. On step 4 there is this command:
cuffmerge -g genes.gtf -s genome.fa -p 8 assemblies.txt
The txt file directs to transcripts.gtf so none of the files here are BAM! But I receive the following lines:
[bam_header_read] EOF marker is absent. The input is probably truncated.
[bam_header_read] invalid BAM binary header (this is not a BAM file).
File ./merged_asm/tmp/mergeSam_fileAqXvMn doesn't appear to be a valid BAM file, trying SAM...
[11:26:22] Loading reference annotation.
[11:26:23] Inspecting reads and determining fragment length distribution.
Processed 11334 loci.
> Map Properties:
> Normalized Map Mass: 22853.00
> Raw Map Mass: 22853.00
> Fragment Length Distribution: Truncated Gaussian (default)
> Default Mean: 200
> Default Std Dev: 80
[11:26:23] Assembling transcripts and estimating abundances.
Processed 11334 loci.
Why is it looking for BAM file? Then it looks that by trying SAM it can pass this step and give results, but should I be concerned about it?
Cheers,
Parham
cuffmerge -g genes.gtf -s genome.fa -p 8 assemblies.txt
The txt file directs to transcripts.gtf so none of the files here are BAM! But I receive the following lines:
[bam_header_read] EOF marker is absent. The input is probably truncated.
[bam_header_read] invalid BAM binary header (this is not a BAM file).
File ./merged_asm/tmp/mergeSam_fileAqXvMn doesn't appear to be a valid BAM file, trying SAM...
[11:26:22] Loading reference annotation.
[11:26:23] Inspecting reads and determining fragment length distribution.
Processed 11334 loci.
> Map Properties:
> Normalized Map Mass: 22853.00
> Raw Map Mass: 22853.00
> Fragment Length Distribution: Truncated Gaussian (default)
> Default Mean: 200
> Default Std Dev: 80
[11:26:23] Assembling transcripts and estimating abundances.
Processed 11334 loci.
Why is it looking for BAM file? Then it looks that by trying SAM it can pass this step and give results, but should I be concerned about it?
Cheers,
Parham
Comment