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

how can i run looper run without creating env variable '$REFGENIE' #251

Open
yqlan opened this issue Oct 4, 2023 · 2 comments
Open

how can i run looper run without creating env variable '$REFGENIE' #251

yqlan opened this issue Oct 4, 2023 · 2 comments
Assignees

Comments

@yqlan
Copy link

yqlan commented Oct 4, 2023

I run the following command,

looper run -d --package singularity atacSeq_protocolTest.yaml

without using refgenie, but just using --genome_index and --chrom_sizes

and i got the error: FileNotFoundError: [Errno 2] No such file or directory: '$REFGENIE'

Does that mean I must create the env variable $REFGENIE? how can i just use --genome_index and --chrom_sizes to run the pipeline? I appreciate if anyone can help.

@yqlan yqlan changed the title looper run doesn't work, [Errno 2] No such file or directory: '$REFGENIE' how can i run looper run without creating env variable '$REFGENIE' Oct 4, 2023
@donaldcampbelljr
Copy link
Member

Hello,

Did you remove the $REFGENIE from the var_templates section of the sample_pipeline_interface?

var_templates:
refgenie_config: "$REFGENIE"

var_templates:
  refgenie_config: "$REFGENIE"

You would need to set the path to the refgenie_config, though, as I believe that is the easiest way to use those attributes.

@donaldcampbelljr
Copy link
Member

Hello @yqlan, did you have success with this?

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

No branches or pull requests

2 participants