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

cutadapt_report should not need to be defined in 2 locations #38

Open
nsheff opened this issue Aug 22, 2019 · 1 comment
Open

cutadapt_report should not need to be defined in 2 locations #38

nsheff opened this issue Aug 22, 2019 · 1 comment

Comments

@nsheff
Copy link
Member

nsheff commented Aug 22, 2019

we need a way to specify all the locations and then just use them, instead of defining them in functions and then again outside of functions:

    cutadapt_folder = os.path.join(outfolder, "cutadapt")
    cutadapt_report = os.path.join(cutadapt_folder, args.sample_name + "_cutadapt.txt")
@nsheff
Copy link
Member Author

nsheff commented Aug 26, 2019

Related to: pepkit/looper#201

I think this will wait to be solved by some new infrastructure in dealing with sample attributes in looper/pipeline interface:

pepkit/looper#216

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

No branches or pull requests

1 participant