-
Notifications
You must be signed in to change notification settings - Fork 2
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
realize custum pipeline on server #11
Comments
UPDATE: In order to check if the software on hpc work properly I wanted to try them directly on hpc but the input files were deleted from the working group to optimize memory occupation. Thus, I am trying to install the same tools used on hpc (Arriba, EricScript and FusionCatcher) on Philae. To install and run ARRIBA, the following commands were used (https://arriba.readthedocs.io/en/latest/quickstart/#installation-using-bioconda):
It works fine ✅ To install EricScreept, the following commands were used (https://sourceforge.net/projects/ericscript/files/): To install FusionCatcher the following instruction were used (https://github.com/ndaniel/fusioncatcher): Now I am waiting for the end of the genome data download (90 min left). |
ericScreept:
|
Final result? |
This guy is having the same problem you have databio/ericscript#2 |
I leave you a couple of links |
If they don't work just skip it for the moment. We will find a way 😉 |
About FusionCatcher, at the end of the download I tryed to run the test bash script running the commands: But it gives this error:
Here https://github.com/ndaniel/fusioncatcher/blob/master/doc/manual.md#4---installation-and-usage-examples is written:
But at the end of the bootstrap.py I did not see any suggested command, so I checked the available bash scripts and there was a download-human_v102.sh file that I run, but after I got the error above. I also tried to run the build.sh file but it gives the same error. |
Would you mind open two different issues for both tools? It s becoming confusing |
In the meanwhile you can use this helpful link to find files https://www.google.it/amp/s/winaero.com/find-files-linux-terminal/amp/ |
UPDATE: EricScript installation:
An error occurs running: ✅ FusionCatcher installation:
Before proceeding check the download-human-db.sh file in miniconda3/envs/fusioncatcher/bin/: Then run: Download fastqtk v0.27:
Move "fastqtk" to fusioncatcher/bin/ directory. It could be needed to run: ✅ |
So now there are three tools correctly installed on the server? |
Exactly! Actually they are four, but I installed STAR-Fusion few weeks ago so I would like to check again if it works correctly |
UPDATE: INTEGRATE installation (https://sourceforge.net/p/integrate-fusion/wiki/Home/):
[I tried the test and it worked. Then I tried to run a real example but the data preparation is quite complicated. I used the following command but I got some errors:
edit the first line in your_tophat_directory/tophat from:
] |
I realized a simple pipeline using EricScript.
I run it using the following instruction:
It worked fine. I also tried to exploit the input files but it gives some errors as shown below. pipeline.nf:
error:
|
Uhmm strange... have you already tried to print parameters inside that process? |
There was an error in the executed command 'fcitarrell' instead of 'fcitarrella', now it works too! |
The text was updated successfully, but these errors were encountered: