telescope icon indicating copy to clipboard operation
telescope copied to clipboard

--stranded_mode RF

Open sanhe374 opened this issue 1 year ago • 3 comments

When including the --stranded_mode RF in my telescope pipeline I get the following error:

telescope: error: unrecognized arguments: --stranded_mode RF

I am using Telescope version 1.0.3

Is there a solution to this problem. Telescope runs if I remove the --stranded_mode option.

sanhe374 avatar Dec 20 '23 15:12 sanhe374

@mlbendall and @mgreenig Do you have any solutions to the stranded_mode that seems to be unrecognized in Telescope?

sanhe374 avatar Jan 04 '24 13:01 sanhe374

@sanhe374 Hi, I've had the same issue and after quite a bit of messing about got it to work. You will have to install telescope from the sc_remove branch (I noticed it was ahead of main in terms of commits). You can do so as follows: mamba env create -n telescope https://github.com/mlbendall/telescope/raw/main/environment.yml conda activate telescope pip install git+https://github.com/mlbendall/telescope.git@sc_remove telescope --version Best of luck!

maxfieldk avatar Jan 21 '24 22:01 maxfieldk

Hi @sanhe374 @maxfieldk, apologies for the lack of response, I pushed a fix when I saw this issue but forgot to reply to this thread. Indeed the sc_remove branch contains the updated version where the new argument should be accepted. Basic tests for that branch have passed on my machine but we are waiting to consolidate some new changes and do more testing before merging into main. However for now sc_remove should be fine as @maxfieldk noted.

mgreenig avatar Jan 22 '24 08:01 mgreenig