Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting 'null' en masse #13

Closed
keiran-rowell-unsw opened this issue Oct 11, 2024 · 1 comment
Closed

setting 'null' en masse #13

keiran-rowell-unsw opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@keiran-rowell-unsw
Copy link
Member

// Database prefixes
bfd_prefix = null
smallbfd_prefix = null
mgnify_prefix = null
pdb70_prefix = null
pdb_mmcif_prefix = null
uniclust30_prefix = null
uniref90_prefix = null
pdb_seq_prefix = null
uniprot_prefix = null
alphafold_params_prefix = null
mmcif_path = null
mmcif_obsolete = null
uniclust30_db = null
bfd_first_non_consensus_sequences = null
uniprot_fasta = null
pdb_seqres_txt = null
bfd_metaclust_clu_complete_id30_c90_final_seq_sorted_opt = null
uniref90_fasta = null
mgy_clusters_fasta = null
uniclust30_prefix = null
bfd_name = null
smallbfd_name = null
mgnify_name = null
pdb70_name = null
pdb_mmcif_name = null
uniclust30_name = null
uniref90_name = null
pdb_seqres_name = null
uniprot_name = null
alphafold_params_name = null
mmcif_files_name = null
mmcif_obsolete_name = null
uniclust30_db_name = null
bfd_first_non_consensus_sequences_name = null
uniprot_fasta_name = null
pdb_seqres_txt_name = null
bfd_metaclust_clu_complete_id30_c90_final_seq_sorted_opt_name = null
uniref90_fasta_name = null
mgy_clusters_fasta_name = null
// Alphafold2 links
bfd = null
small_bfd = null
alphafold2_params = null
mgnify = null
pdb70 = null
pdb_mmcif = null
pdb_obsolete = null
uniclust30 = null
uniref90 = null
pdb_seqres = null
uniprot_sprot = null
uniprot_trembl = null
// Alphafold2 paths
bfd_path = null
small_bfd_path = null
alphafold2_params_path = null
mgnify_path = null
pdb70_path = null
pdb_mmcif_path = null
uniclust30_path = null
uniref90_path = null
pdb_seqres_path = null
uniprot_path = null

Does nextflow have anything like Pythonic lists or comprehensions? Can we have just a 'list of all dbs' somewhere and a loop that inits them all to null?

@keiran-rowell-unsw keiran-rowell-unsw added the enhancement New feature or request label Oct 11, 2024
jscgh pushed a commit that referenced this issue Nov 29, 2024
sync with nf-core/dev
@keiran-rowell-unsw
Copy link
Member Author

Seems like a list to set null on elements and to generate paths from is not idiomatic in nextflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants