[maker-devel] fasta_merge problem
Carson Holt
carsonhh at gmail.com
Thu Aug 27 13:52:53 MDT 2020
The main function of fasta_merge is to use the datastore index file to find and concatenate fasta files spread throughout the datastore. If you wish to merge a handful of fasta files into one because you made 10 chunks, you can simply merge the files you want using the Linux ‘cat’ command.
Example 1: ‘cat file1 file2 file3 file4 > merge.fasta'
Example 2: ‘cat *output/*.maker.proteins.fasta > merge.maker.proteins.fasta'
—Carson
> On Aug 26, 2020, at 10:35 PM, Maria Jose Gomez Hughes <mj.gomez12 at uniandes.edu.co> wrote:
>
> Hi!
>
> I have been using maker to annotate an eukaryote genome. Since the genome was big (~3Gb), I divided it into 10 chunks with fasta_utils and run maker on each separately. After that, I used gff3_merge and fasta_merge to produce output for each of the chunks. Then I tried using these same tools for merging the different outputs into one, and while gff3_merge ran as expected, fasta_merge did not. I used the following command:
>
> fasta_merge -o maker.all.proteins.fasta -i maker.chunk-00.proteins.fasta maker.chunk-01.proteins.fasta maker.chunk-02.proteins.fasta maker.chunk-03.proteins.fasta maker.chunk-04.proteins.fasta maker.chunk-05.proteins.fasta maker.chunk-06.proteins.fasta maker.chunk-07.proteins.fasta maker.chunk-08.proteins.fasta maker.chunk-09.proteins.fasta
>
> But instead of running it just showed me the help page. I tried just running two of them, but that didn’t help either.
>
> Any help will be much appreciated!
>
> Maria Jose Gomez
> _______________________________________________
> maker-devel mailing list
> maker-devel at yandell-lab.org <mailto:maker-devel at yandell-lab.org>
> http://yandell-lab.org/mailman/listinfo/maker-devel_yandell-lab.org <http://yandell-lab.org/mailman/listinfo/maker-devel_yandell-lab.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://yandell-lab.org/pipermail/maker-devel_yandell-lab.org/attachments/20200827/935c4c16/attachment-0003.html>
More information about the maker-devel
mailing list