Skip to content

[External] [Bug] Ability to submit to SRA without ref_gff and ref_fasta? #34

Discussion options

You must be logged in to vote

@mollymitchell70 Thanks for submitting the issue.

I am looking into it and noticed the following in the error message:

"WARNING: Could not load standard_params.config from /blue/bphl-florida/mollymitchell/tostadas/tostadas/nf_params/conf/"

This is because it is attempting to read in the standard_params.config within the conf directory instead of the params file you are passing in. It should be resolved after removing the "standard" after -profile:

nextflow run main.nf -profile conda -entry only_initial_submission -params-file $PWD/nf_params/standard.yml 

Using this should resolve the issue and you should be able to run the only_initial_submission entrypoint without a reference fasta/gff. …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ankushkgupta2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
bug Something isn't working high-priority
2 participants
Converted from issue

This discussion was converted from issue #25 on April 13, 2023 16:31.