Skip to content

Commit

Permalink
Removed bigmem requirement for GTDB-Tk
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurbich committed May 24, 2023
1 parent 69dea70 commit 9dc3ed4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/gtdbtk.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ process GTDBTK {
failOnError: true
)

label 'process_bigmem'

input:
path genomes_fna, stageAs: "genomes_dir/*"
path gtdbtk_refdata
Expand Down Expand Up @@ -54,7 +52,7 @@ process GTDBTK {
mkdir -p gtdbtk_results/classify
touch gtdbtk_results/classify/gtdbtk.bac120.summary.tsv
touch gtdbtk_results/classify/gtdbtk.ar122.summary.tsv
touch gtdbtk_results/classify/gtdbtk.ar53.summary.tsv
echo "user_genome classification fastani_reference fastani_reference_radius fastani_taxonomy fastani_ani fastani_af closest_placement_reference closest_placement_radius closest_placement_taxonomy closest_placement_ani closest_placement_af pplacer_taxonomy classification_method note other_related_references(genome_id,species_name,radius,ANI,AF) msa_percent translation_table red_value warnings" > gtdbtk_results/classify/gtdbtk.bac120.summary.tsv
Expand Down

0 comments on commit 9dc3ed4

Please sign in to comment.