Skip to content

Commit

Permalink
Updated doc for goalign concat -l
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Nov 6, 2023
1 parent 5284c05 commit 3d96af9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/commands/concat.md
Expand Up @@ -5,14 +5,17 @@
### concat
This command concatenates several alignments in one global alignment. Input alignments may be in phylip or fasta format. If input format is phylip, the file may contain several alignments to concatenate : `goalign concat -i several.phy`. If format is Fasta, all fasta files must be given independently with `goalign concat -i first.fa [second.fa, third.fa, ...]` or `goalign -i none [first.fa, second.Fa, third.fa, ...]`. The order of sequences in alignments may be different, `concat` command will match sequences based on their name.

If `-l` is given, the coordinates of all the input alignments in the concatenated alignment are written in the log file (tab separated values : start (0-based inclusive), end (0-based exclusive), input file name).

#### Usage
```
Usage:
goalign concat [flags] [alignment files]
Flags:
-o, --output string Alignment output file (default "stdout")
-l, --log string Log output file (coordinates of all input alignments
in the concatenated alignment) (default "none")
Global Flags:
-i, --align string Alignment input file (default "stdin")
-p, --phylip Alignment is in phylip? False=Fasta
Expand Down

0 comments on commit 3d96af9

Please sign in to comment.