We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: