Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Apr 12, 2024
1 parent f68323d commit 535bce5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
File renamed without changes.
8 changes: 7 additions & 1 deletion pipelines/nextflow/workflows/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,16 @@ include { SPECIES_METADATA } from '../modules/species_metadata.nf'
RUN MAIN WORKFLOW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
process installDependencies {
script:
"""
pip install --file ../../../pyproject.toml
"""
}

workflow STATISTICS{
//data = Channel.fromPath(params.csvFile).splitCsv()

installDependencies()
if (params.run_busco_ncbi) {
// Read data from the CSV file, split it, and map each row to extract GCA and taxon values

Expand Down

0 comments on commit 535bce5

Please sign in to comment.