-
Notifications
You must be signed in to change notification settings - Fork 125
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
error in tutorial slides #75
Comments
Thank you! Confirming that since then the test directory was dissolved and that dataset got a proper place as you pointed out |
@yarikoptic could you point me to the new location? I'm updating the slides now |
lol ... guess i misread - thanks!! |
also small note that would be good to add to tutorial: after convertall script runs, its output is in |
Very helpful @yonestar! I've spent hours looking for the output. Any way this could be modified so the output of convertall is not hidden? |
Hi, I also found a potential error in the example slide. It's on slide #30 phantom_heuristic.py. The error message is like this: And when I looked into seqinfo, there was a similar one, series_id. After I replaced s.series_number with s.series_id, the final code worked. It would be good to have an updated example slides soon! :) Thanks for the great tool. Thanks, |
Thank you all for the suggestions, the documentation has been updated - if there are any parts that you feel could be improved or are not clear enough, let us know! |
One question: In your docker example slide, you used And when I see what's in series_id, series_id is string with "SeriesNumber + ProtocolName". In your example data, it's just 1, 2, 3, etc, but in my data, it's like '25-r2_460tr_xxx', which is defined as Even in this case, I wonder if Could you give me some guidance on that? Given that I'm not a python master, I might miss something. Any inputs on this would be appreciated! Thanks, |
When I attempt to perform the git command on slide 4: git clone http://datasets.datalad.org/dicoms/dartmouth-phantoms/PHANTOM1_3/.git/, I get the following error message: fatal: could not create work tree dir 'PHANTOM1_3'.: Permission denied |
@tjhendrickson make sure you have permission to create a new directory where you are ATM |
Hmm I am little confused by this, perhaps this is driven by my lack of
knowledge with Docker. On my local machine I certainly have permission to
create new directories, however, once I move within the Docker container
(as the tutorial suggests) determining directory permissions are out of my
control.
What am I missing here?
…-Tim
Timothy Hendrickson
Department of Psychiatry
University of Minnesota
Bioinformatics and Computational Biology M.S. Candidate
Office: 612-624-6441
Mobile: 507-259-3434 (texts okay)
On Tue, Jan 2, 2018 at 9:54 PM, Yaroslav Halchenko ***@***.*** > wrote:
@tjhendrickson <https://github.com/tjhendrickson> make sure you have
permission to create a new directory where you are ATM
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHFe-I1697YqM8M9fEm622gexm2p8JBNks5tGvoPgaJpZM4O8zmX>
.
|
Looks like this is the place to point out problems with the docs and slides. Following the tutorial in the slides produces output that fails the bids validator seemingly due to the lack of subject-specific directories. Appears to be related to issue #89 . Following satra's recommendation by modifying the heuristic file to explicitly include the subject as a directory (e.g., t1w = create_key('sub-{subject}/anat/sub-{subject}_T1w')) fixes the issue for the tutorial data (PHANTOM1_3) and for our own datasets. Assuming I'm not missing a reason why heudiconv doesn't sort files into subject directories automatically; it would be helpful to new users if the slides and heudiconv readme.md were updated. Possibly also the heuristics in the repository as well so as not to breed confusion when people poke through them! Thanks |
Hi,
In the tutorial slides posted here http://nipy.org/workshops/2017-03-boston/lectures/bids-heudiconv/#4 on slide #4 the git clone command should be updated to read:
git clone http://datasets.datalad.org/dicoms/dartmouth-phantoms/PHANTOM1_3/.git
The current command does not work (I believe the data was moved)
thanks
The text was updated successfully, but these errors were encountered: