Sorry to get back to you so late. I try and work things out before I ask for help.
The import worked as you suggested thanks.
I have come up with more problems, I was not sure if I should start a new thread, I will put them here:
I am using demultiplexed single end metagenome reads from and Ion torrent. Since I am useless at command lines etc I am using the Studio.
The manifest upload worked and using the various tutorials on your website and the advice on the forums I am trying to get from
raw data -->Phylogeny trees, alpha/beta diversity
-
I trimmed the data using quality scores in the Quality filter tab (phred score visualisation worked well as tutorial showed). dada just keeps giving me errors.
-
I then dereplicated data using Dereplicate sequences in the vsearch tab.
3.I am stuck at the MAFFT alignment which I need to do before I go to phylogeny. Error message shows up see below. (after the error I continue)
stderr concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/concurrent/futures/process.py", line 175, in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/site-packages/qiime2/sdk/action.py", line 35, in _subprocess_apply
results = action(*args, **kwargs)
File "", line 2, in mafft
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/site-packages/qiime2/sdk/action.py", line 228, in bound_callable
output_types, provenance)
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/site-packages/qiime2/sdk/action.py", line 363, in callable_executor
output_views = self._callable(**view_args)
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/site-packages/q2_alignment/_mafft.py", line 61, in mafft
run_command(cmd, aligned_fp)
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/site-packages/q2_alignment/_mafft.py", line 27, in run_command
subprocess.run(cmd, stdout=output_f, check=True)
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/subprocess.py", line 398, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/tmp/qiime2-archive-jp3yl64v/1e60eb18-7ebf-4586-b253-7bc513735b16/data/dna-sequences.fasta']' returned non-zero exit status 1
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/q2studio-2018.2.0/q2studio/api/jobs.py", line 156, in callback
results = future.result()
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/concurrent/futures/_base.py", line 398, in result
return self.__get_result()
File "/home/qiime2/miniconda/envs/qiime2-2018.2/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result
raise self._exception
subprocess.CalledProcessError: Command '['mafft', '--preservecase', '--inputorder', '--thread', '1', '/tmp/qiime2-archive-jp3yl64v/1e60eb18-7ebf-4586-b253-7bc513735b16/data/dna-sequences.fasta']' returned non-zero exit status 1
-
I have started from scratch and repeated everything and I get stuck again on MAFFT. (I tried increasing the memory but its greyed out and i cant interact with it)
-
I checked all the data individually the trimmed sequences etc and I can make summaries out of them using Studio eg: summary feature table output below
Retained 1,820,119 (100.00%) sequences in 6 (100.00%) samples at the specifed sampling depth.
Sample ID Sequence Count
B3 546,117
B1 496,544
B2 400,609
C3 134,734
C1 123,323
C2 118,792
I have no clue how to solve this. Thanks.
Regards,
Walid