Extracting the files from sff:
sff_extract -c -l linker.fasta "insert_size:2500,insert_stdev:500" file1.sff file2.sff -o 3kb_norton
This worked perfect and had given me the fasta, qual and xml..
Appending shotgun files:
sff_extract -a shotgun1.sff shotgun2.sff shotgun3.sff -o 3kb_norton
This also appended the sff's and the sizes of the initial fasta,qual and xml files changed to a much larger size to allocate the shotgun seqs...
Assembly:
mira --project=3kb_norton --job=denovo,genome,accurate,454 -SK:mnr=yes:nrr=10 >&3kb_log_assembly.txt
now this also showed no error.. it started running.. and after a while below the command it said:
tcmalloc: large alloc 1482399744 bytes == 0*867e000 @
and below this, after a while it said:
Aborted
sff_extract -c -l linker.fasta "insert_size:2500,insert_stdev:500" file1.sff file2.sff -o 3kb_norton
This worked perfect and had given me the fasta, qual and xml..
Appending shotgun files:
sff_extract -a shotgun1.sff shotgun2.sff shotgun3.sff -o 3kb_norton
This also appended the sff's and the sizes of the initial fasta,qual and xml files changed to a much larger size to allocate the shotgun seqs...
Assembly:
mira --project=3kb_norton --job=denovo,genome,accurate,454 -SK:mnr=yes:nrr=10 >&3kb_log_assembly.txt
now this also showed no error.. it started running.. and after a while below the command it said:
tcmalloc: large alloc 1482399744 bytes == 0*867e000 @
and below this, after a while it said:
Aborted
Comment