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

can use WBA for step2 #28

Open
zyworship opened this issue Jul 4, 2019 · 3 comments
Open

can use WBA for step2 #28

zyworship opened this issue Jul 4, 2019 · 3 comments

Comments

@zyworship
Copy link

Hi,
I want to ask for some help about the step 2;
Step 1. java -jar PotentialMEIReadFinder.jar
Step 2. Now do the mobiome mapping on the resulting .fq file with MOSAIK
Step 3. java -jar RefAndMEPairFinder.jar
Step 4. java -jar AnchorClusterer.jar

could I use bwa for mapping in step2?

@jyhehir
Copy link
Owner

jyhehir commented Jul 4, 2019 via email

@zyworship
Copy link
Author

Hi,
thanks for your reply.
I have download the version :0.2.4.1. I have change the code "MOBIOME_MAPPING_CMD=bwa mem -o (OUT_FILE).bam /GS01/project/chejing_group/chej5t1/software/mobster-master/resources/mobiome (FASTQ)" in the Mobster.properties file.
I want to test the bwa, but it come out the error like this:
mem: invalid option -- 'o'
Exit value: 1
44879 [main] FATAL Mobster - Mobiome mapping finished with non-normal exit value: 1
44879 [main] FATAL Mobster - Therefore Mobster execution is terminated
I don't know where is the problem.

Another question;
How to make the file "54_mobiles_inclHERVK.dat"; I don't find the statement for this file.
Thank you so much

@SHuang-Broad
Copy link
Contributor

@zyworship

  1. you command pointed bwa mem to a directory holding references that (I believe) specifically designed for MOSAIK, so it won't work
  2. 54_mobiles_inclHERVK.dat is from MOSAIK, which doesn't seem to be maintained anymore. You need to have your own MEI-purposed reference (FASTA format) for bwa mem. These references are available (possibly not exclusively) from RepBase, but it is not free, from what I understand.
  3. Once you have the correct MEI reference, bwa mem should work, as I have successfully run that (sorry, I cannot share the reference per license agreement).

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

3 participants