-
Notifications
You must be signed in to change notification settings - Fork 5
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
Preprocessing: extra files in repository #9
Comments
whoop, side issue, adeyemi and abdul don't have github accounts, so i can't assign you to this issue! I'll follow up on Slack and get you on board. |
Hello Eli, |
so my issue is that there is a # in my trimmomatic script (preprocessing.nf) which nextflow rather identity's as an error.... Any suggestions please? |
The processes I'm running is _process runTrimmomatic{
Nextflow fails to recognize the highlighted # in the line starting with filename The specific error is: 1 error |
What's the intended behavior? I'm not too sure what the |
I've looked over the preprocessing repository, and there appears to be quite a bit of extraneous files and directories in the repository. Also, I'm not too sure which
preprocessing*.nf
file is the current workflow. To address this, please do the following and let me know so I can check it over again:git rm
to remove files which are not code that you have written or other materials needed to run the pipeline. In particular, the.nextflow
folder and.nextflow.log.*
files should be removed.git mv
to move the file containing the current workflow toh3ameta/preprocessing/preprocessing.nf
, and remove the other similar files. That way it will be clear which file we should look at.Please let me know if you have any questions about this : )
The text was updated successfully, but these errors were encountered: