Skip to content

Commit

Permalink
[FIX] rename output_hog.orthoxml -> FastOMA_HOGs.orthoxml
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Dec 8, 2023
1 parent 1c9f024 commit 3589f97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions FastOMA.nf
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,19 @@ process collect_subhogs{
path rhogs //, stageAs: "omamer_rhogs/*"
path species_tree
output:
path "output_hog.orthoxml"
path "FastOMA_HOGs.orthoxml"
path "OrthologousGroupsFasta"
path "OrthologousGroups.tsv"
path "rootHOGs.tsv"
path "RootHOGs.tsv"
path "RootHOGsFasta"
script:
"""
fastoma-collect-subhogs --pickle-folder pickle_folders/ \
--roothogs-folder omamer_rhogs/ \
--gene-id-pickle-file gene_id_dic_xml.pickle \
--out output_hog.orthoxml \
--out FastOMA_HOGs.orthoxml \
--marker-groups-fasta OrthologousGroups.tsv \
--roothog-tsv rootHOGs.tsv \
--roothog-tsv RootHOGs.tsv \
--species-tree ${species_tree} \
-vv
"""
Expand Down

0 comments on commit 3589f97

Please sign in to comment.