I did process radtags with the new barcode file and I got the result without error and then I moved forward to next step creating population map. Afterward I did the de novo map but when I waned to run the population, I received an error:
list index out of range
So I checked the previous steps and I found out that population map.txt on galaxy is not correct and it contain 95 lines instead of 96 lines. I don't know how I can change the population map text file to do the rest of analysis. Can you help me solving the problem. I am using UGA galaxy to run my job.
Traceback (most recent call last): File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/jobs/runners/__init__.py", line 630, in finish_job job_state.job_wrapper.finish( stdout, stderr, exit_code ) File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/jobs/__init__.py", line 1301, in finish dataset.set_peek() File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/model/__init__.py", line 2031, in set_peek return self.datatype.set_peek( self, is_multi_byte=is_multi_byte ) File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/datatypes/data.py", line 782, in set_peek dataset.peek = get_file_peek( dataset.file_name, is_multi_byte=is_multi_byte, WIDTH=WIDTH, skipchars=skipchars, line_wrap=line_wrap ) File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/datatypes/data.py", line 1007, in get_file_peek temp = compression_utils.get_fileobj( file_name, "U" ) File "/panfs/pstor.storage/home/qbcglab/galaxy_run/galaxy-dist/lib/galaxy/util/compression_utils.py", line 34, in get_fileobj return zh.open(zh.namelist()[0], cmode) IndexError: list index out of range