Skip to content

Commit

Permalink
finally all vs-code changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Nov 5, 2024
1 parent 798ed70 commit fa83c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions subworkflows/local/extract_darwin/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ workflow EXTRACT_DARWIN {
take:
genomes_folder
matrix_file
hog_orthoxml


main:
def summaries = genomes_folder / "Summaries.drw"
def taxonomy = genomes_folder / "taxonomy.sqlite"
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/xrefs/prepare/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ workflow PREPARE_XREFS {

emit:
taxmap = RELEVANT_TAXID_MAP.out.tax_map
xref = filtered_xrefs
xref_chunks = filtered_xrefs

}

0 comments on commit fa83c7b

Please sign in to comment.