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

Change to allow wrapper to use a feature #5

Open
KyleLamoureux opened this issue Apr 10, 2019 · 0 comments
Open

Change to allow wrapper to use a feature #5

KyleLamoureux opened this issue Apr 10, 2019 · 0 comments

Comments

@KyleLamoureux
Copy link

correctedFasta = input('\n\tPlease enter the name of the corrected fasta file: ')
if len(correctedFasta) > 1:
spacerDict, isolateList, averageLength, crArrayList = readCorrectedFasta(correctedFasta)
else:
spacerDict, isolateList, averageLength, crArrayList = spacerExtract(inFile)
writeFasta(spacerDict, outFasta)

This needs to be changed to a command line argument as it doesn't function when the tool is wrapped up. This is because when CRISPR Studio is run on galaxy there is no way to take user input once run execute is clicked.

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

1 participant