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

Pipeline running but barely any output #3

Open
Yvain-Desplat opened this issue Mar 4, 2022 · 2 comments
Open

Pipeline running but barely any output #3

Yvain-Desplat opened this issue Mar 4, 2022 · 2 comments

Comments

@Yvain-Desplat
Copy link

running into similar issues where many folder coming out of the pipeline are completely empty (see screenshot below)

Screen Shot 2022-03-04 at 3 18 33 PM

as well, it keep throwing me a bunch of errors towards the end (see second screenshot) and I wouldn't be surprised if there was some other issues earlier, but my tmux doesn't let me go up any further for some reasons.
Is there any log file created by the code that could help me track where these issues originate and help me understand what's going on here ?

Screen Shot 2022-03-04 at 3 18 52 PM

@FEI38750
Copy link
Owner

FEI38750 commented Mar 5, 2022

The error should happen in an earlier stage of running because the DEG step of the microbiome hasn't finished. Could you list the files in the temp folder? My email address is fwu2@tulane.edu
Could you also try the command "conda activate py2" to see if your py2 environment works?
Some HPC systems record the messages generated from the job into a log file for the user to check later. If not, the users need to save the terminal output during running to a file by themself. For example: add "> log.txt" following the command. Such as: bash ~/MTD/MTD.sh -i ~/raw_data/samplesheet.csv -o ~/MTD_output -h 9544 -t 20 > log.txt

@FEI38750
Copy link
Owner

FEI38750 commented Mar 8, 2022

Please try a test run to check if the pipeline has been installed successfully. For example: bash [path/to/MTD]/MTD.sh -i [path/to/MTD]/test/test1/samplesheet.csv -o [path/to/MTD]/test/test1/output -h 9606 -t [threads]

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